Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed 64-bit compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 8, 2011
1 parent 724d238 commit 8af0445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VisualC/SDL/SDL_VS2008.vcproj
Expand Up @@ -136,7 +136,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\include"
PreprocessorDefinitions="_DEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__SSE__;__SSE2__"
PreprocessorDefinitions="_DEBUG;_WINDOWS"
RuntimeLibrary="2"
BufferSecurityCheck="false"
WarningLevel="3"
Expand Down Expand Up @@ -308,7 +308,7 @@
InlineFunctionExpansion="1"
EnableIntrinsicFunctions="false"
AdditionalIncludeDirectories="..\..\include"
PreprocessorDefinitions="NDEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__SSE__;__SSE2__"
PreprocessorDefinitions="NDEBUG;_WINDOWS"
StringPooling="true"
RuntimeLibrary="2"
BufferSecurityCheck="false"
Expand Down

0 comments on commit 8af0445

Please sign in to comment.