mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
7944e647c6
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.
10 lines
163 B
Plaintext
10 lines
163 B
Plaintext
/* 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
|
|
|