From e2592139fa379353adeb24412ace01be0b10e812 Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Fri, 3 Dec 2010 11:51:14 -0600 Subject: [PATCH] include: CMIC_MASK_NOASYNC flag. --- include/shobjidl.idl | 1 + 1 file changed, 1 insertion(+) diff --git a/include/shobjidl.idl b/include/shobjidl.idl index 62f9cd06934..fece0ddff3d 100644 --- a/include/shobjidl.idl +++ b/include/shobjidl.idl @@ -1395,6 +1395,7 @@ cpp_quote("#define CMIC_MASK_HASLINKNAME SEE_MASK_HASLINKNAME") cpp_quote("#define CMIC_MASK_FLAG_SEP_VDM SEE_MASK_FLAG_SEPVDM") cpp_quote("#define CMIC_MASK_HASTITLE SEE_MASK_HASTITLE") cpp_quote("#define CMIC_MASK_ASYNCOK SEE_MASK_ASYNCOK") +cpp_quote("#define CMIC_MASK_NOASYNC SEE_MASK_NOASYNC") cpp_quote("#define CMIC_MASK_SHIFT_DOWN 0x10000000") cpp_quote("#define CMIC_MASK_PTINVOKE 0x20000000") cpp_quote("#define CMIC_MASK_CONTROL_DOWN 0x40000000")