Buffer bugs fixed, should work better. Hopefully it won't crash anymore.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@945 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
a1275ada05
commit
5c627b632c
5 changed files with 64 additions and 55 deletions
|
@ -51,8 +51,8 @@ extern const char *NSISW_VERSION;
|
|||
extern char *g_script;
|
||||
extern HWND g_hwnd;
|
||||
extern HANDLE g_hThread;
|
||||
extern char g_output_exe[1024];
|
||||
extern char g_input_script[1024];
|
||||
extern char *g_output_exe;
|
||||
extern char *g_input_script;
|
||||
|
||||
// makensisw
|
||||
int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, char *cmdParam, int cmdShow);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue