From: José Fonseca Date: Thu, 23 Apr 2009 14:22:44 +0000 (+0100) Subject: Support Windows XP entrypoints. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=a5afaed1b737947f469d2ca90b726ab1eb18fb51;p=apitrace Support Windows XP entrypoints. --- 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']: