Don't use ShellExecute, only ShellExecuteEx
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6867 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
87980a831a
commit
f5a9b401df
4 changed files with 19 additions and 4 deletions
|
@ -109,6 +109,7 @@ DWORD NSISCALL CreateRestrictedDirectory(LPCTSTR path);
|
|||
DWORD NSISCALL CreateNormalDirectory(LPCTSTR path);
|
||||
|
||||
HANDLE NSISCALL myCreateProcess(TCHAR *cmd);
|
||||
BOOL NSISCALL myShellExecuteEx(SHELLEXECUTEINFO*pSEI);
|
||||
int NSISCALL my_MessageBox(const TCHAR *text, UINT type);
|
||||
|
||||
void NSISCALL myDelete(TCHAR *buf, int flags);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue