DXGL r943 - Code Review

Jump to navigation Jump to search
Repository:DXGL
Revision:r942‎ | r943 | r944 >
Date:18:17, 26 August 2019
Author:admin
Status:new
Tags:
Comment:
Remove 64-bit portability warnings from VS8 build.
Modified paths:
  • /vs8/ddraw/ddraw.vcproj (modified) (history)

Diff [purge]

Index: vs8/ddraw/ddraw.vcproj
@@ -51,7 +51,6 @@
5252 UsePrecompiledHeader="2"
5353 PrecompiledHeaderThrough="common.h"
5454 WarningLevel="3"
55 - Detect64BitPortabilityProblems="true"
5655 DebugInformationFormat="4"
5756 />
5857 <Tool
@@ -133,7 +132,6 @@
134133 UsePrecompiledHeader="2"
135134 PrecompiledHeaderThrough="common.h"
136135 WarningLevel="3"
137 - Detect64BitPortabilityProblems="true"
138136 DebugInformationFormat="3"
139137 />
140138 <Tool
@@ -220,7 +218,6 @@
221219 UsePrecompiledHeader="2"
222220 PrecompiledHeaderThrough="common.h"
223221 WarningLevel="3"
224 - Detect64BitPortabilityProblems="true"
225222 DebugInformationFormat="4"
226223 />
227224 <Tool