]> Pileus Git - ~andy/gtk/blobdiff - config.h.win32
Add new keysyms from X11R6.4 (including EuroSign).
[~andy/gtk] / config.h.win32
index eb6e053c4c9e323843c8d950a6508460bff361e5..a4483282bbbf71867f2b7374d1b6180d4279cf8f 100755 (executable)
@@ -1,4 +1,4 @@
-/* config.h.win32.  Handcrafted for Microsoft C */
+/* config.h.win32.  Handcrafted for Microsoft C and gcc -mno-cygwin */
 
 #if ! (defined(_MSC_VER) || defined(__GNUC__))
 #error Unrecognized Win32 compiler, edit config.h.win32 by hand
 
 /* Define if you have the Wintab programmer's kit */
 #define HAVE_WINTAB 1
+
+/* Define if you have the <dimm.h> header file
+ * (available in the Platform SDK)
+*/
+#ifdef _MSC_VER
+#define HAVE_DIMM_H 1
+#endif