Updated Zip2Exe's GUI
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@969 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
693ad1b96f
commit
a2b932dbe8
5 changed files with 39 additions and 17 deletions
|
@ -1,6 +1,6 @@
|
|||
#include <windows.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <commctrl.h>
|
||||
// portions Copyright © 1999-2001 Miguel Garrido (mgarrido01@hotmail.com)
|
||||
|
||||
extern "C"
|
||||
|
@ -29,7 +29,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInst,
|
|||
{
|
||||
g_hInstance=hInstance;
|
||||
|
||||
|
||||
InitCommonControls();
|
||||
return DialogBox(hInstance,MAKEINTRESOURCE(IDD_DIALOG1),GetDesktopWindow(),DlgProc);
|
||||
}
|
||||
char tempzip_path[1024];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue