aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/filesystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/filesystem.h b/epan/filesystem.h
index a332735d15..c174aaa747 100644
--- a/epan/filesystem.h
+++ b/epan/filesystem.h
@@ -238,7 +238,7 @@ extern gboolean file_exists(const char *fname);
*/
extern gboolean files_identical(const char *fname1, const char *fname2);
-#ifdef WIN32
+#ifdef _WIN32
/*
* utf8 version of getenv, needed to get win32 filename paths
*/