Add some missing SEE_MASK_* flags.

diff --git a/include/shellapi.h b/include/shellapi.h
index 74bbefd..3c93737 100644
--- a/include/shellapi.h
+++ b/include/shellapi.h
@@ -280,6 +280,10 @@
 #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;