DXGL r736 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r735
|
r736
|
r737
>
Date:
06:41, 27 August 2017
Author:
admin
Status:
new
Tags:
Comment:
Fix a build failure.
Modified paths:
/dxglcfg/dxglcfg.c
(modified) (
history
)
/dxglcfg2/dxglcfg2.c
(modified) (
history
)
Diff
[
purge
]
Index: dxglcfg/dxglcfg.c
—
—
@@ -89,6 +89,7 @@
90
90
SHELLEXECUTEINFO shex;
91
91
DWORD exitcode;
92
92
app_ini_options inioptions;
93
+ HMODULE hmod;
93
94
if (copyfile)
94
95
{
95
96
DWORD sizeout = (MAX_PATH + 1) * sizeof(TCHAR);
—
—
@@ -166,7 +167,7 @@
167
168
}
168
169
}
169
170
}
170
- HMODULE hmod = LoadLibrary(destpath);
171
+ hmod = LoadLibrary(destpath);
171
172
if(hmod)
172
173
{
173
174
if(GetProcAddress(hmod,"IsDXGLDDraw") || force) old_dxgl = TRUE;
Index: dxglcfg2/dxglcfg2.c
—
—
@@ -137,6 +137,7 @@
138
138
SHELLEXECUTEINFO shex;
139
139
DWORD exitcode;
140
140
app_ini_options inioptions;
141
+ HMODULE hmod;
141
142
if (copyfile)
142
143
{
143
144
DWORD sizeout = (MAX_PATH + 1) * sizeof(TCHAR);
—
—
@@ -214,7 +215,7 @@
215
216
}
216
217
}
217
218
}
218
- HMODULE hmod = LoadLibrary(destpath);
219
+ hmod = LoadLibrary(destpath);
219
220
if(hmod)
220
221
{
221
222
if(GetProcAddress(hmod,"IsDXGLDDraw") || force) old_dxgl = TRUE;
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