Second try

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@995 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-09-13 14:20:13 +00:00
parent 102e4288d5
commit 9ab22ab665

View file

@ -37,8 +37,8 @@ HANDLE g_hThread;
BOOL g_warnings;
FINDREPLACE fr;
UINT uFindReplaceMsg; // message identifier for FINDMSGSTRING
HWND hwndFind;
UINT uFindReplaceMsg=0;
HWND hwndFind=0;
int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, char *cmdParam, int cmdShow) {
HACCEL haccel;