summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkmain-win32.c
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2006-09-10 17:33:29 +0000
committerTor Lillqvist <tml@src.gnome.org>2006-09-10 17:33:29 +0000
commit8a99fbc6403c2a25475fe93a57bd185b824574fb (patch)
tree1b61f821a0d88f01288824a30cea6b0e9b6b95a7 /gdk/win32/gdkmain-win32.c
parent52b81bcc3dfda2e433ec710cbbc3d8c051085de6 (diff)
downloadgtk+-8a99fbc6403c2a25475fe93a57bd185b824574fb.tar.gz
gdk/win32/gdkprivate-win32.h gdk/win32/gdkmain-win32.c Define WINVER and
2006-09-10 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkprivate-win32.h * gdk/win32/gdkmain-win32.c * gdk/win32/gdkwindow-win32.c: Define WINVER and _WIN32_WINNT as 0x0500 in gdkprivate-win32.h instead of doing it in two source files. (#355212, Mike Edenfield) * gdk/win32/gdkwindow-win32.c: We can also remove the ersatz GetAncestor() for the _MSC_VER && WINVER < 0x0500 case, I hope.
Diffstat (limited to 'gdk/win32/gdkmain-win32.c')
-rw-r--r--gdk/win32/gdkmain-win32.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/win32/gdkmain-win32.c b/gdk/win32/gdkmain-win32.c
index 3bc5920936..d38db8c1a5 100644
--- a/gdk/win32/gdkmain-win32.c
+++ b/gdk/win32/gdkmain-win32.c
@@ -25,8 +25,6 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#define WINVER 0x0500
-
#include <config.h>
#include <glib/gprintf.h>