]> git.cworth.org Git - apitrace/commitdiff
Support Windows XP entrypoints.
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 23 Apr 2009 14:22:44 +0000 (15:22 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 23 Apr 2009 14:22:44 +0000 (15:22 +0100)
SConstruct

index a6153733082a37659936f83c1f938bc5e3f0c651..7e82350e5989927fff464c5018ddd43743def12a 100644 (file)
@@ -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']: