src/win_gaim.c

changeset 11570
dc34629fcaf1
parent 11561
5ee24c739c7e
child 11571
51eb7fb5d981
--- a/src/win_gaim.c	Mon Sep 26 01:07:53 2005 +0000
+++ b/src/win_gaim.c	Mon Sep 26 22:44:41 2005 +0000
@@ -25,6 +25,10 @@
  *
  */
 
+/* This is for ATTACH_PARENT_PROCESS */
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT 0x501
+#endif
 #include <windows.h>
 #include <fcntl.h>
 #include <stdlib.h>

mercurial