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