ShowWindow added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1719 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f36028367a
commit
0276abd2b1
6 changed files with 82 additions and 51 deletions
|
@ -800,6 +800,9 @@ static int NSISCALL ExecuteEntry(entry *entry_)
|
|||
myitoa(var0,(int)CreateFontIndirect(&f));
|
||||
}
|
||||
return 0;
|
||||
case EW_SHOWWINDOW:
|
||||
ShowWindow((HWND)process_string_fromparm_toint(0),process_string_fromparm_toint(1));
|
||||
return 0;
|
||||
#endif//NSIS_CONFIG_ENHANCEDUI_SUPPORT
|
||||
#endif//NSIS_SUPPORT_HWNDS
|
||||
#ifdef NSIS_SUPPORT_SHELLEXECUTE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue