Fix msvc build.
authorJonathan Pobst <monkey@jpobst.com>
Tue, 11 May 2010 20:56:43 +0000 (20:56 -0000)
committerJonathan Pobst <monkey@jpobst.com>
Tue, 11 May 2010 20:56:43 +0000 (20:56 -0000)
svn path=/trunk/mono/; revision=157167

eglib/src/gunicode.c

index 2869d27c8c35cada9cfae23d8f4d7c24366cf590..8c7631d3fb944a2fdac06fe20d58325a691930de 100644 (file)
@@ -39,7 +39,7 @@
 #include <unicode-data.h>
 #include <errno.h>
 
-#ifdef _MSC_VER || G_OS_WIN32
+#if defined(_MSC_VER) || defined(G_OS_WIN32)
 /* FIXME */
 #  define CODESET 1
 #  include <Windows.h>