plugins/win32/transparency/win2ktrans.c

changeset 11600
18af42c33b41
parent 11596
b066d71a508b
child 13432
3df46e459d8e
--- a/plugins/win32/transparency/win2ktrans.c	Mon Oct 03 06:39:49 2005 +0000
+++ b/plugins/win32/transparency/win2ktrans.c	Mon Oct 03 12:04:57 2005 +0000
@@ -20,6 +20,9 @@
  * foundation, inc., 59 temple place, suite 330, boston, ma  02111-1307  usa
  *
  */
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT 0x0500
+#endif
 #include <gdk/gdkwin32.h>
 #include "internal.h"
 

mercurial