aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/mate.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2007-06-03 16:07:07 +0000
committerBill Meier <wmeier@newsguy.com>2007-06-03 16:07:07 +0000
commita6dab6d6447509270ccb10281f155e6b804a8b25 (patch)
treebeeb322d6a999808d1f807eb5fcd42ea8b6786d3 /plugins/mate/mate.h
parentff26c88dcacb69d7a294d920a5e02199b2bbaa84 (diff)
(Minor) Use _WIN32 (instead of WIN32) like the rest of Wireshark
svn path=/trunk/; revision=22030
Diffstat (limited to 'plugins/mate/mate.h')
-rw-r--r--plugins/mate/mate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mate/mate.h b/plugins/mate/mate.h
index efadd1c512..f5c6d2cc7d 100644
--- a/plugins/mate/mate.h
+++ b/plugins/mate/mate.h
@@ -58,7 +58,7 @@
#define DEFAULT_GOG_EXPIRATION 2.0
-#ifdef WIN32
+#ifdef _WIN32
#define DIR_SEP '\\'
#else
#define DIR_SEP '/'