diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-12-13 16:58:06 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-12-13 16:58:06 +0000 |
| commit | 522752c77d101e7c8dd7c661e1e5fc601280e9e1 (patch) | |
| tree | d8747759465d5f4e37d22510838c215bd2efa828 /Source/Core/VideoCommon/VideoCommon.vcproj | |
| parent | 4355c373970ccc3f690699f0d40448972f81e8bc (diff) | |
small speedup of logmanager, minor logging improvements, misc code standard improvements, replace a crash with an error message in ppcanalyst
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1521 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/VideoCommon.vcproj')
| -rw-r--r-- | Source/Core/VideoCommon/VideoCommon.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VideoCommon.vcproj b/Source/Core/VideoCommon/VideoCommon.vcproj index 0096e445f5..14c8bd26a5 100644 --- a/Source/Core/VideoCommon/VideoCommon.vcproj +++ b/Source/Core/VideoCommon/VideoCommon.vcproj @@ -371,7 +371,7 @@ <Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="../../Core/Common/Src;../../PluginSpecs"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0WIN32;_LIB;__WXMSW__;wxUSE_BASE=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0;__WXMSW__;wxUSE_BASE=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE"
RuntimeLibrary="0"
BufferSecurityCheck="false"
UsePrecompiledHeader="0"
|
