diff --git a/include/shellapi.h b/include/shellapi.h index 74bbefd7e51..3c93737baca 100644 --- a/include/shellapi.h +++ b/include/shellapi.h @@ -280,6 +280,10 @@ HINSTANCE WINAPI ShellExecuteW(HWND,LPCWSTR,LPCWSTR,LPCWSTR,LPCWSTR,INT); #define SEE_MASK_NO_CONSOLE 0x00008000 #define SEE_MASK_ASYNCOK 0x00100000 #define SEE_MASK_HMONITOR 0x00200000 +#define SEE_MASK_NOZONECHECKS 0x00800000 +#define SEE_MASK_NOQUERYCLASSSTORE 0x01000000 +#define SEE_MASK_WAITFORINPUTIDLE 0x02000000 +#define SEE_MASK_FLAG_LOG_USAGE 0x04000000 typedef struct _SHELLEXECUTEINFOA { DWORD cbSize;