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-06-02 23:04:31 +0400
committerdrevil_xxl <drevil_xxl@users.sourceforge.net>2008-06-02 23:04:31 +0400
commit98829c8963987b425c0e3a788d659135b75ee49f (patch)
treed692ce90a94135963e68ef86ac24748022033c49 /src/decss
parent88c0146149ffb0abd7301fc70ca4cc208dbf3492 (diff)
updates for x64
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@539 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/decss')
-rw-r--r--src/decss/decss.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decss/decss.vcproj b/src/decss/decss.vcproj
index 3f99c2d0b..97e55da7c 100644
--- a/src/decss/decss.vcproj
+++ b/src/decss/decss.vcproj
@@ -103,7 +103,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB;"
+ PreprocessorDefinitions="WIN64;_DEBUG;_LIB;"
DebugInformationFormat="3"
/>
<Tool
@@ -220,7 +220,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
+ PreprocessorDefinitions="WIN64;NDEBUG;_LIB;"
/>
<Tool
Name="VCManagedResourceCompilerTool"