include: Add definitions used for AllowSetForegroundWindow and LockSetForegroundWindow.

oldstable
Rob Shearman 2007-11-17 17:31:57 +00:00 committed by Alexandre Julliard
parent 78eead93fd
commit 3c8663b7e9
1 changed files with 7 additions and 0 deletions

View File

@ -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