DXGL r214 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r213
|
r214
|
r215
>
Date:
22:23, 13 July 2012
Author:
admin
Status:
new
Tags:
Comment:
Fix typo in installer (where did that come from?)
Make dxgltest detect install command better.
Modified paths:
/Installer/dxgl.nsi
(modified) (
history
)
/dxgltest/dxgltest.cpp
(modified) (
history
)
Diff
[
purge
]
Index: Installer/dxgl.nsi
—
—
@@ -169,7 +169,7 @@
170
170
regdone:
171
171
SetPluginUnload manual
172
172
WriteRegStr HKLM "Software\DXGL" "InstallDir" "$INSTDIR"
173
- ExecWait '"$INSTDIR\dxgltest.exe" instaill'
173
+ ExecWait '"$INSTDIR\dxgltest.exe" install'
174
174
SectionEnd
175
175
176
176
!ifndef _DEBUG
Index: dxgltest/dxgltest.cpp
—
—
@@ -769,7 +769,7 @@
770
770
771
771
int APIENTRY _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow)
772
772
{
773
- if(!_tcsnicmp(lpCmdLine,_T("install"),7))
773
+ if(_tcsstr(lpCmdLine,_T("install")))
774
774
{
775
775
LPDIRECTDRAW lpdd;
776
776
DirectDrawCreate(NULL,&lpdd,NULL);
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