diff options
author | Bill Meier <wmeier@newsguy.com> | 2007-06-03 16:07:07 +0000 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2007-06-03 16:07:07 +0000 |
commit | a6dab6d6447509270ccb10281f155e6b804a8b25 (patch) | |
tree | beeb322d6a999808d1f807eb5fcd42ea8b6786d3 /plugins | |
parent | ff26c88dcacb69d7a294d920a5e02199b2bbaa84 (diff) | |
download | wireshark-a6dab6d6447509270ccb10281f155e6b804a8b25.tar.gz wireshark-a6dab6d6447509270ccb10281f155e6b804a8b25.tar.bz2 wireshark-a6dab6d6447509270ccb10281f155e6b804a8b25.zip |
(Minor) Use _WIN32 (instead of WIN32) like the rest of Wireshark
svn path=/trunk/; revision=22030
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mate/mate.h | 2 |
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 '/' |