diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-10-08 20:15:05 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-10-08 20:15:05 +0000 |
| commit | 77899058e9cabf62cee2d25812dfef7f8472c357 (patch) | |
| tree | 365518d8fe531b4a2349b31325032559d2352bee /Source/Core/Common | |
| parent | 71193449d403325a38c1de96561be0591f74f2f7 (diff) | |
Fix some project settings (set SECURE_SCL=0 more consistently). Should prevent crash when playing with symbols in Win32 Release build, and maybe others.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@800 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common')
| -rw-r--r-- | Source/Core/Common/Common.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Common.vcproj b/Source/Core/Common/Common.vcproj index 69f36a31e1..e9eb4df63f 100644 --- a/Source/Core/Common/Common.vcproj +++ b/Source/Core/Common/Common.vcproj @@ -268,7 +268,7 @@ EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
AdditionalIncludeDirectories="../../PluginSpecs"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE"
StringPooling="true"
RuntimeLibrary="0"
BufferSecurityCheck="false"
|
