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

@ -31,7 +31,7 @@ private:
volatile int m_thread_kill;
HANDLE m_thread;
static unsigned long WINAPI _threadfunc(LPVOID _d);
static DWORD WINAPI _threadfunc(LPVOID _d);
};