Module: wine Branch: master Commit: 74572e43bec5110423da4362603389ebc0be3884 URL: http://source.winehq.org/git/wine.git/?a=commit;h=74572e43bec5110423da436260...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Nov 13 21:33:37 2007 +0100
include: Added definition for SEE_MASK_NOASYNC.
---
include/shellapi.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/include/shellapi.h b/include/shellapi.h index 46083e7..5b77e53 100644 --- a/include/shellapi.h +++ b/include/shellapi.h @@ -265,7 +265,8 @@ HINSTANCE WINAPI ShellExecuteW(HWND,LPCWSTR,LPCWSTR,LPCWSTR,LPCWSTR,INT); #define SEE_MASK_HOTKEY 0x00000020 #define SEE_MASK_NOCLOSEPROCESS 0x00000040 #define SEE_MASK_CONNECTNETDRV 0x00000080 -#define SEE_MASK_FLAG_DDEWAIT 0x00000100 +#define SEE_MASK_NOASYNC 0x00000100 +#define SEE_MASK_FLAG_DDEWAIT SEE_MASK_NOASYNC #define SEE_MASK_DOENVSUBST 0x00000200 #define SEE_MASK_FLAG_NO_UI 0x00000400 #define SEE_MASK_UNICODE 0x00004000