From 874b4278c1b3f45ed9299e68ac92aec3eadc3dd0 Mon Sep 17 00:00:00 2001 From: Jonathan Chambers Date: Fri, 14 Sep 2007 19:33:18 +0000 Subject: [PATCH] 2007-09-14 Jonathan Chambers * winconfig.h: Define WINVER and _WIN32_WINNT for VS build. Contributed under MIT/X11 license. svn path=/trunk/mono/; revision=85836 --- ChangeLog | 7 +++++++ winconfig.h | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index f41966e5d92..6e44ab8f4dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-09-14 Jonathan Chambers + + * winconfig.h: Define WINVER and _WIN32_WINNT for VS + build. + + Contributed under MIT/X11 license. + 2007-09-14 Jonathan Chambers * winconfig.h: Don't define HAVE_UNISTD_H on MSVC build. diff --git a/winconfig.h b/winconfig.h index b1c81f98001..6601a8c6637 100644 --- a/winconfig.h +++ b/winconfig.h @@ -437,3 +437,7 @@ /* Version number of package */ #define VERSION "1.2" + +#define WINVER 0x0500 + +#define _WIN32_WINNT 0x0500 \ No newline at end of file -- 2.25.1