[SHELL32] ShellExecuteW must call ShellExecuteExW (#7587)

Adds the DDEWAIT/NOASYNC flag unless compatibility info says otherwise.

CORE-19952
This commit is contained in:
Whindmar Saksit 2024-12-29 15:22:30 +01:00 committed by GitHub
parent a9e7d67427
commit fd41270d6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 4 deletions

View file

@ -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.