From a5afaed1b737947f469d2ca90b726ab1eb18fb51 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Thu, 23 Apr 2009 15:22:44 +0100 Subject: [PATCH] Support Windows XP entrypoints. --- SConstruct | 1 + 1 file changed, 1 insertion(+) diff --git a/SConstruct b/SConstruct index a615373..7e82350 100644 --- a/SConstruct +++ b/SConstruct @@ -40,6 +40,7 @@ env.Append(CPPDEFINES = [ '_CRT_NON_CONFORMING_SWPRINTFS', 'WIN32_LEAN_AND_MEAN', '_USRDLL', + ('_WIN32_WINNT', '0x0501'), # minimum required OS version ]) if env['debug']: -- 2.45.2