mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:23:34 +00:00
[SHELL32] ShellExecuteW must call ShellExecuteExW (#7587)
Adds the DDEWAIT/NOASYNC flag unless compatibility info says otherwise. CORE-19952
This commit is contained in:
parent
a9e7d67427
commit
fd41270d6d
2 changed files with 8 additions and 4 deletions
|
@ -364,6 +364,9 @@ IContextMenu_Invoke(
|
|||
|
||||
DWORD WINAPI SHGetObjectCompatFlags(IUnknown *pUnk, const CLSID *clsid);
|
||||
|
||||
#define SHACF_WIN95SHLEXEC 0x00000200 /* Geoff Chappell */
|
||||
DWORD WINAPI SHGetAppCompatFlags(DWORD dwMask);
|
||||
|
||||
/*
|
||||
* HACK! These functions are conflicting with <shobjidl.h> inline functions...
|
||||
* We provide a macro option SHLWAPI_ISHELLFOLDER_HELPERS for using these functions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue