DXGL r883 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r882
|
r883
|
r884
>
Date:
02:40, 9 December 2018
Author:
admin
Status:
new
Tags:
Comment:
Fix buildtool/installer on Visual Studio 2017 through 2017.8 (display compiler error) and 2019 preview (download VS2017.9 redist).
Modified paths:
/buildtool/buildtool.c
(modified) (
history
)
Diff
[
purge
]
Index: buildtool/buildtool.c
—
—
@@ -218,9 +218,9 @@
219
219
strncpy(findptr, "\"VC2013\"\n", 13);
220
220
#elif (_MSC_VER == 1916)
221
221
strncpy(findptr, "\"VC2017_9\"\n", 13);
222
- #elif ((MSC_VER > 1900) && (_MSC_VER < 1916))
222
+ #elif ((_MSC_VER > 1900) && (_MSC_VER < 1916))
223
223
#error Please update your Visual Studio 2017 to version 2017.9 before continuing.
224
- #elif (MSC_VER > 1916)
224
+ #elif (_MSC_VER > 1916)
225
225
#pragma message ("Detected a newer version of Visual Studio, compiling assuming 2017.9.")
226
226
strncpy(findptr, "\"VC2017_9\"\n", 13);
227
227
#else
Navigation menu
Personal tools
Log in
Namespaces
Special page
English
expanded
collapsed
Views
More
expanded
collapsed
Search
Navigation
Home
Main page
Recent changes
Random page
MediaWiki help
Introduction
Progress
Downloads
Source code
Build from source
AppDB
Bug reports
Forums
Tools
Special pages
Printable version