Updated launch4j
This commit is contained in:
@@ -50,7 +50,7 @@ int APIENTRY WinMain(HINSTANCE hInstance,
|
||||
LPSTR lpCmdLine,
|
||||
int nCmdShow)
|
||||
{
|
||||
int result = prepare(lpCmdLine);
|
||||
int result = prepare(lpCmdLine, TRUE);
|
||||
|
||||
if (result == ERROR_ALREADY_EXISTS)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user