mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 11:53:32 +00:00
[PSDK] winuser.h: Enclose the OBM/OCR/OIC defines in OEMRESOURCE guard (see also winuser.rh)
This commit is contained in:
@@ -627,7 +627,7 @@ extern "C" {
|
|||||||
#define CREATEPROCESS_MANIFEST_RESOURCE_ID 1
|
#define CREATEPROCESS_MANIFEST_RESOURCE_ID 1
|
||||||
#define ISOLATIONAWARE_MANIFEST_RESOURCE_ID 2
|
#define ISOLATIONAWARE_MANIFEST_RESOURCE_ID 2
|
||||||
#define ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID 3
|
#define ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID 3
|
||||||
#endif
|
#endif /* !RC_INVOKED */
|
||||||
|
|
||||||
#endif /* !NORESOURCE */
|
#endif /* !NORESOURCE */
|
||||||
|
|
||||||
@@ -1103,6 +1103,8 @@ extern "C" {
|
|||||||
#define KEYEVENTF_UNICODE 0x00000004
|
#define KEYEVENTF_UNICODE 0x00000004
|
||||||
#define KEYEVENTF_SCANCODE 0x00000008
|
#define KEYEVENTF_SCANCODE 0x00000008
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef OEMRESOURCE
|
||||||
#define OBM_TRTYPE 32732
|
#define OBM_TRTYPE 32732
|
||||||
#define OBM_LFARROWI 32734
|
#define OBM_LFARROWI 32734
|
||||||
#define OBM_RGARROWI 32735
|
#define OBM_RGARROWI 32735
|
||||||
@@ -1163,6 +1165,8 @@ extern "C" {
|
|||||||
#define OIC_WARNING OIC_BANG
|
#define OIC_WARNING OIC_BANG
|
||||||
#define OIC_ERROR OIC_HAND
|
#define OIC_ERROR OIC_HAND
|
||||||
#define OIC_INFORMATION OIC_NOTE
|
#define OIC_INFORMATION OIC_NOTE
|
||||||
|
#endif /* OEMRESOURCE */
|
||||||
|
|
||||||
#define HELPINFO_MENUITEM 2
|
#define HELPINFO_MENUITEM 2
|
||||||
#define HELPINFO_WINDOW 1
|
#define HELPINFO_WINDOW 1
|
||||||
#define MSGF_DIALOGBOX 0
|
#define MSGF_DIALOGBOX 0
|
||||||
|
|||||||
Reference in New Issue
Block a user