2007-09-14 Jonathan Chambers <joncham@gmail.com>
authorJonathan Chambers <joncham@gmail.com>
Fri, 14 Sep 2007 19:33:18 +0000 (19:33 -0000)
committerJonathan Chambers <joncham@gmail.com>
Fri, 14 Sep 2007 19:33:18 +0000 (19:33 -0000)
* winconfig.h: Define WINVER and _WIN32_WINNT for VS
build.

Contributed under MIT/X11 license.

svn path=/trunk/mono/; revision=85836

ChangeLog
winconfig.h

index f41966e5d9214d7078f65c3c30f91c7ede92dccf..6e44ab8f4dc091c470da043ed860dab6baf1ea81 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-09-14  Jonathan Chambers  <joncham@gmail.com>
+
+       * winconfig.h: Define WINVER and _WIN32_WINNT for VS
+       build.
+       
+       Contributed under MIT/X11 license.
+
 2007-09-14  Jonathan Chambers  <joncham@gmail.com>
 
        * winconfig.h: Don't define HAVE_UNISTD_H on MSVC build.
index b1c81f98001abdfa96c2834129a2e48430c790be..6601a8c6637753bc0f08e79a09622be54e39fd7c 100644 (file)
 
 /* Version number of package */
 #define VERSION "1.2"
+
+#define WINVER 0x0500
+
+#define _WIN32_WINNT 0x0500
\ No newline at end of file