diff options
Diffstat (limited to 'build/internal/essential.scons')
-rw-r--r-- | build/internal/essential.scons | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/internal/essential.scons b/build/internal/essential.scons index 1b5ddf3..e2ffc53 100644 --- a/build/internal/essential.scons +++ b/build/internal/essential.scons @@ -36,6 +36,7 @@ if env['PLATFORM'] == 'win32': 'CERT_CHAIN_PARA_HAS_EXTRA_FIELDS', 'WIN32_LEAN_AND_MEAN', '_SECURE_ATL', + ('_HAS_TR1', 0), ], CPPPATH = [ '$PLATFORMSDK_VISTA/files/Include', |