mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
[PSDK] winuser.h: Enclose the OBM/OCR/OIC defines in OEMRESOURCE guard (see also winuser.rh)
This commit is contained in:
parent
0e88f0485c
commit
072965eb0a
1 changed files with 5 additions and 1 deletions
|
@ -627,7 +627,7 @@ extern "C" {
|
|||
#define CREATEPROCESS_MANIFEST_RESOURCE_ID 1
|
||||
#define ISOLATIONAWARE_MANIFEST_RESOURCE_ID 2
|
||||
#define ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID 3
|
||||
#endif
|
||||
#endif /* !RC_INVOKED */
|
||||
|
||||
#endif /* !NORESOURCE */
|
||||
|
||||
|
@ -1103,6 +1103,8 @@ extern "C" {
|
|||
#define KEYEVENTF_UNICODE 0x00000004
|
||||
#define KEYEVENTF_SCANCODE 0x00000008
|
||||
#endif
|
||||
|
||||
#ifdef OEMRESOURCE
|
||||
#define OBM_TRTYPE 32732
|
||||
#define OBM_LFARROWI 32734
|
||||
#define OBM_RGARROWI 32735
|
||||
|
@ -1163,6 +1165,8 @@ extern "C" {
|
|||
#define OIC_WARNING OIC_BANG
|
||||
#define OIC_ERROR OIC_HAND
|
||||
#define OIC_INFORMATION OIC_NOTE
|
||||
#endif /* OEMRESOURCE */
|
||||
|
||||
#define HELPINFO_MENUITEM 2
|
||||
#define HELPINFO_WINDOW 1
|
||||
#define MSGF_DIALOGBOX 0
|
||||
|
|
Loading…
Reference in a new issue