fixed some warnings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5059 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4cf73d2316
commit
a96f348c0a
3 changed files with 14 additions and 15 deletions
|
@ -435,7 +435,7 @@ char** LoadSymbolSet(char *name)
|
|||
DWORD t;
|
||||
DWORD bufSize;
|
||||
DWORD i = 0;
|
||||
HGLOBAL hMem;
|
||||
HGLOBAL hMem = NULL;
|
||||
|
||||
while(TRUE) {
|
||||
l = 0;
|
||||
|
@ -582,7 +582,6 @@ int InitBranding() {
|
|||
}
|
||||
char szBuf[1024];
|
||||
DWORD dwRead = 1;
|
||||
DWORD dwExit = !STILL_ACTIVE;
|
||||
if (WaitForSingleObject(pi.hProcess,10000)!=WAIT_OBJECT_0) {
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue