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
path: root/src/decss
diff options
context:
space:
mode:
authordrevil_xxl <drevil_xxl@users.sourceforge.net>2008-08-24 20:36:45 +0400
committerdrevil_xxl <drevil_xxl@users.sourceforge.net>2008-08-24 20:36:45 +0400
commite15557ec42e1e4210f57345f4e46a304b7c63752 (patch)
tree922e7de1d26496908ac66ac2ea7b0f9f6ebbff2c /src/decss
parent86abba5bc0b4e11513834dae2a3fb4bcdfe88d6c (diff)
updates for x64
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@754 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/decss')
-rw-r--r--src/decss/decss.vcproj6
-rw-r--r--src/decss/decss_vs2005.vcproj6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/decss/decss.vcproj b/src/decss/decss.vcproj
index 97e55da7c..ed27cb07c 100644
--- a/src/decss/decss.vcproj
+++ b/src/decss/decss.vcproj
@@ -103,7 +103,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\include"
- PreprocessorDefinitions="WIN64;_DEBUG;_LIB;"
+ PreprocessorDefinitions="_WIN64;_DEBUG;_LIB;"
DebugInformationFormat="3"
/>
<Tool
@@ -220,7 +220,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\include"
- PreprocessorDefinitions="WIN64;NDEBUG;_LIB;"
+ PreprocessorDefinitions="_WIN64;NDEBUG;_LIB;"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -373,4 +373,4 @@
Value="0"
/>
</Globals>
-</VisualStudioProject>
+</VisualStudioProject> \ No newline at end of file
diff --git a/src/decss/decss_vs2005.vcproj b/src/decss/decss_vs2005.vcproj
index c220259f6..8c26130bf 100644
--- a/src/decss/decss_vs2005.vcproj
+++ b/src/decss/decss_vs2005.vcproj
@@ -102,7 +102,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\include"
- PreprocessorDefinitions="WIN64;_DEBUG;_LIB;"
+ PreprocessorDefinitions="_WIN64;_DEBUG;_LIB;"
DebugInformationFormat="3"
/>
<Tool
@@ -219,7 +219,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\include"
- PreprocessorDefinitions="WIN64;NDEBUG;_LIB;"
+ PreprocessorDefinitions="_WIN64;NDEBUG;_LIB;"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -372,4 +372,4 @@
Value="0"
/>
</Globals>
-</VisualStudioProject>
+</VisualStudioProject> \ No newline at end of file