summaryrefslogtreecommitdiffstats
path: root/matchblox/matchblox.vcproj
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-05-27 10:14:57 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-05-27 10:14:57 (GMT)
commitea1ff55ac332ec38068f63e71e5fa6187fa37a57 (patch)
tree5e12af9cb6b9951b43b0e4cb4a15329ad904ff9f /matchblox/matchblox.vcproj
parente2b5d9764888e0f307ebcdf9c20835b197a0f63c (diff)
download2iv55-ea1ff55ac332ec38068f63e71e5fa6187fa37a57.zip
2iv55-ea1ff55ac332ec38068f63e71e5fa6187fa37a57.tar.gz
2iv55-ea1ff55ac332ec38068f63e71e5fa6187fa37a57.tar.bz2
G_OS_WIN32 properly declared
Diffstat (limited to 'matchblox/matchblox.vcproj')
-rw-r--r--matchblox/matchblox.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/matchblox/matchblox.vcproj b/matchblox/matchblox.vcproj
index c72b1f3..2c741d1 100644
--- a/matchblox/matchblox.vcproj
+++ b/matchblox/matchblox.vcproj
@@ -43,7 +43,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="include;common;menu;engine;lib"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;USE_WIIYOURSELF"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;USE_WIIYOURSELF;G_OS_WIN32"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@@ -122,7 +122,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="include;common;menu;engine;lib"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;E;USE_WIIYOURSELF"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;E;USE_WIIYOURSELF;G_OS_WIN32"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"