Rob Shearman : include: Add definitions used for AllowSetForegroundWindow and LockSetForegroundWindow .

Alexandre Julliard julliard at winehq.org
Mon Nov 19 08:19:39 CST 2007


Module: wine
Branch: master
Commit: 3c8663b7e96a4e31644a1e60212bf83142fc5e6e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3c8663b7e96a4e31644a1e60212bf83142fc5e6e

Author: Rob Shearman <rob at codeweavers.com>
Date:   Sat Nov 17 17:31:57 2007 +0000

include: Add definitions used for AllowSetForegroundWindow and LockSetForegroundWindow.

---

 include/winuser.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/include/winuser.h b/include/winuser.h
index f3af607..ddd81c5 100644
--- a/include/winuser.h
+++ b/include/winuser.h
@@ -4220,6 +4220,13 @@ typedef struct
 #define STATE_SYSTEM_PROTECTED       0x20000000
 #define STATE_SYSTEM_VALID           0x3FFFFFFF
 
+/* Lock codes for LockSetForegroundWindow */
+#define LSFW_LOCK   1
+#define LSFW_UNLOCK 2
+
+/* Values for AllowSetForegroundWindow */
+#define ASFW_ANY    ((DWORD)-1)
+
 #define     EnumTaskWindows(handle,proc,lparam) \
             EnumThreadWindows(handle,proc,lparam)
 #define     OemToAnsiA OemToCharA




More information about the wine-cvs mailing list