summaryrefslogtreecommitdiff
path: root/gdk/gdkconfig.h.win32
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>1999-11-21 21:21:58 +0000
committerTor Lillqvist <tml@src.gnome.org>1999-11-21 21:21:58 +0000
commit7944e647c6feb0c3e7e34618da4491d8a3c550b2 (patch)
tree1839d110f4cb92e70fceeb516bd423b4fd81aa66 /gdk/gdkconfig.h.win32
parent09240118e104c653bc5cc29f5c7cf5ee62ea2a6d (diff)
downloadgtk+-7944e647c6feb0c3e7e34618da4491d8a3c550b2.tar.gz
Fix typo.
1999-11-21 Tor Lillqvist <tml@iki.fi> * gdk/gdk.c (gdk_keyval_convert_case): Fix typo. * gdk/gdkconfig.h.win32: New file. * gdk/win32/makefile.cygwin: Build just a static archive here. * gdk/makefile.cygwin: New file. Get the win32-specific stuff for the DLL from the static archive built above. * gdk/gdk.def: Moved here from the win32 subdirectory. * gdk/win32/*: Adapt for the changed private struct organisation. * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
Diffstat (limited to 'gdk/gdkconfig.h.win32')
-rw-r--r--gdk/gdkconfig.h.win329
1 files changed, 9 insertions, 0 deletions
diff --git a/gdk/gdkconfig.h.win32 b/gdk/gdkconfig.h.win32
new file mode 100644
index 0000000000..6dd3dc732e
--- /dev/null
+++ b/gdk/gdkconfig.h.win32
@@ -0,0 +1,9 @@
+/* Handcrafted for Win32 */
+
+#define GDK_WINDOWING_WIN32
+#define GDK_HAVE_WCHAR_H 1
+#ifdef _MSC_VER
+#define GDK_HAVE_WCTYPE_H 1
+#endif
+#define GDK_USE_UTF8_MBS 1
+