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:
Dieter Verfaillie 2011-10-23 21:43:16 +02:00
parent d56484f6ed
commit 16343bc9a9

View File

@ -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;