aboutsummaryrefslogtreecommitdiffstats
path: root/epan/filesystem.h
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-02 12:20:38 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-02 12:20:38 +0000
commit38ff0105409433ba5f57f850fc1950ac0d83adef (patch)
treecd72b4421a24600a9843d8618418c12a35578bb9 /epan/filesystem.h
parent00a3eb7a74582cdeb5acfaaac46eb16d40a452a0 (diff)
WIN32 ==> _WIN32
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25903 f5534014-38df-0310-8fa8-9805f1628bb7
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
*/