mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
include: Add definitions used for AllowSetForegroundWindow and LockSetForegroundWindow.
This commit is contained in:
parent
78eead93fd
commit
3c8663b7e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user