diff options
Diffstat (limited to 'PCbuild9/pyproject.vsprops')
-rw-r--r-- | PCbuild9/pyproject.vsprops | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild9/pyproject.vsprops b/PCbuild9/pyproject.vsprops index 271f65e..e1c9023 100644 --- a/PCbuild9/pyproject.vsprops +++ b/PCbuild9/pyproject.vsprops @@ -11,7 +11,7 @@ Optimization="2" InlineFunctionExpansion="1" AdditionalIncludeDirectories="..\Include; ..\PC" - PreprocessorDefinitions="WIN32;_WINDOWS;_WIN32;_CRT_SECURE_NO_DEPRECATE" + PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" StringPooling="true" ExceptionHandling="0" RuntimeLibrary="0" |