aboutsummaryrefslogtreecommitdiffstats
path: root/epan/filesystem.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-08-02 12:20:38 +0000
committerBill Meier <wmeier@newsguy.com>2008-08-02 12:20:38 +0000
commitc90024fe8012ac2a7dc9ec000248b76feb559a62 (patch)
treecd72b4421a24600a9843d8618418c12a35578bb9 /epan/filesystem.h
parentbb54e0bb03f719bb8ad3d4b7d4b1f31d649dd9ec (diff)
WIN32 ==> _WIN32
svn path=/trunk/; revision=25903
Diffstat (limited to 'epan/filesystem.h')
-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
*/