aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/font_utils.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-11 23:03:36 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-11 23:03:36 +0000
commit649715738e3ada24172f7ebb4d911baf30459c85 (patch)
tree340e3e52f4aa5df1448894b7c025a4c433a1cadc /gtk/font_utils.h
parent3c268e2353d0c8e8498d5d71a79ea2969c7b6a98 (diff)
Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;
according to Gisle Vanem, WIN32 isn't a built-in in MSVC, but _WIN32 is. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11972 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/font_utils.h')
-rw-r--r--gtk/font_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/font_utils.h b/gtk/font_utils.h
index ac91a43943..16dcc15d4e 100644
--- a/gtk/font_utils.h
+++ b/gtk/font_utils.h
@@ -54,7 +54,7 @@ typedef enum {
*/
extern fa_ret_t user_font_apply(void);
-#ifdef WIN32
+#ifdef _WIN32
#if GTK_MAJOR_VERSION < 2
/** Init the application font (GTK1 only).
*