Add some SEE_MASK_* flags

Francois Gouget fgouget at codeweavers.com
Thu Jul 21 11:19:01 CDT 2005


Changelog:

  * include/shellapi.h

    Francois Gouget <fgouget at codeweavers.com>
    Add some missing SEE_MASK_* flags.

-- 
Francois Gouget
fgouget at codeweavers.com

-------------- next part --------------
Index: include/shellapi.h
===================================================================
RCS file: /var/cvs/wine/include/shellapi.h,v
retrieving revision 1.32
diff -u -p -r1.32 shellapi.h
--- include/shellapi.h	20 Jun 2005 15:33:48 -0000	1.32
+++ include/shellapi.h	13 Jul 2005 23:58:54 -0000
@@ -280,6 +280,10 @@ HINSTANCE	WINAPI ShellExecuteW(HWND,LPCW
 #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;


More information about the wine-patches mailing list