Module: wine Branch: master Commit: e2592139fa379353adeb24412ace01be0b10e812 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e2592139fa379353adeb24412a...
Author: Andrew Eikum aeikum@codeweavers.com Date: Fri Dec 3 11:51:14 2010 -0600
include: CMIC_MASK_NOASYNC flag.
---
include/shobjidl.idl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/shobjidl.idl b/include/shobjidl.idl index 62f9cd0..fece0dd 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")