diff options
author | Tor Lillqvist <tml@iki.fi> | 2001-01-17 22:30:42 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2001-01-17 22:30:42 +0000 |
commit | f0c92577d36c93248f541df3fbcbc612dcdf26e5 (patch) | |
tree | bfab89551d220fd78263db13f99768f8997ae897 /gdk-pixbuf | |
parent | 576ef7f29addee34537305723645a26987da7615 (diff) | |
download | gdk-pixbuf-f0c92577d36c93248f541df3fbcbc612dcdf26e5.tar.gz |
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.
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 3 | ||||
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf-io.c | 5 |
2 files changed, 2 insertions, 6 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index f23023bec..1ad68aa79 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -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> diff --git a/gdk-pixbuf/gdk-pixbuf-io.c b/gdk-pixbuf/gdk-pixbuf-io.c index d07462947..6238371d3 100644 --- a/gdk-pixbuf/gdk-pixbuf-io.c +++ b/gdk-pixbuf/gdk-pixbuf-io.c @@ -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 |