applied patch #1680556 - fixes to allow zip2exe & Makensisw to build in winelib

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5008 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-03-24 13:55:59 +00:00
parent 089dfb7da9
commit 00e1788675
3 changed files with 5 additions and 5 deletions

View file

@ -412,9 +412,9 @@ DWORD WINAPI ThreadProc(LPVOID p) // thread that will start & monitor wwwinamp
return 1;
}
unsigned long exit=0; //process exit code
unsigned long bread; //bytes read
unsigned long avail; //bytes available
DWORD exit=0; //process exit code
DWORD bread; //bytes read
DWORD avail; //bytes available
memset(buf,0,sizeof(buf));
while (1) //main program loop