mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 23:00:07 +00:00
win32: fix unterminated #ifdef error
By removing all ifdefs as gtk/gtkwin32.c is only built on win32 anyway. https://bugzilla.gnome.org/show_bug.cgi?id=662481
This commit is contained in:
parent
d56484f6ed
commit
16343bc9a9
@ -30,13 +30,9 @@
|
||||
|
||||
#include "gtkprivate.h"
|
||||
|
||||
#ifdef G_OS_WIN32
|
||||
#define STRICT
|
||||
#include <windows.h>
|
||||
#undef STRICT
|
||||
#endif
|
||||
|
||||
#ifdef G_OS_WIN32
|
||||
|
||||
static HMODULE gtk_dll;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user