Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/LCDUI/LCDUI_vs2005.vcproj')
-rw-r--r--src/ui/LCDUI/LCDUI_vs2005.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/LCDUI/LCDUI_vs2005.vcproj b/src/ui/LCDUI/LCDUI_vs2005.vcproj
index 74795a8e9..9b0a392b8 100644
--- a/src/ui/LCDUI/LCDUI_vs2005.vcproj
+++ b/src/ui/LCDUI/LCDUI_vs2005.vcproj
@@ -100,7 +100,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\..\include"
- PreprocessorDefinitions="WIN64;_DEBUG;_LIB;"
+ PreprocessorDefinitions="_WIN64;_DEBUG;_LIB;"
DebugInformationFormat="3"
/>
<Tool
@@ -215,7 +215,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\..\include"
- PreprocessorDefinitions="WIN64;NDEBUG;_LIB;"
+ PreprocessorDefinitions="_WIN64;NDEBUG;_LIB;"
/>
<Tool
Name="VCManagedResourceCompilerTool"