forked from AuroraMiddleware/gtk
No need to include windows.h.
2001-01-18 Tor Lillqvist <tml@iki.fi> * gdk-pixbuf-io.c: (Win32) No need to include windows.h.
This commit is contained in:
parent
576ef7f29a
commit
f0c92577d3
@ -1,7 +1,8 @@
|
||||
2001-01-18 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk-pixbuf-io.c (get_libdir): (Win32) Use the new
|
||||
g_win32_get_package_installation_subdirectory() function.
|
||||
g_win32_get_package_installation_subdirectory() function. No need
|
||||
to include windows.h.
|
||||
(gtk_win32_get_installation_directory): Remove this then.
|
||||
|
||||
2001-01-01 Havoc Pennington <hp@redhat.com>
|
||||
|
@ -28,11 +28,6 @@
|
||||
#include "gdk-pixbuf-private.h"
|
||||
#include "gdk-pixbuf-io.h"
|
||||
|
||||
#ifdef G_OS_WIN32
|
||||
#define STRICT
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
static gboolean
|
||||
|
Loading…
Reference in New Issue
Block a user