New CHILDID_SELF constant.

More duplicates in <winuser.h> and <winable.h>.
This commit is contained in:
Dimitri Papadopoulos 2003-09-23 09:09:50 +00:00
parent dbb760bdb8
commit 729d289070
2 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,10 @@
extern "C" {
#endif
#define INPUT_MOUSE 0
#define INPUT_KEYBOARD 1
#define INPUT_HARDWARE 2
#define CHILDID_SELF 0
#define OBJID_WINDOW 0x00000000
#define OBJID_SYSMENU 0xFFFFFFFF
#define OBJID_TITLEBAR 0xFFFFFFFE
@ -39,7 +43,6 @@ typedef struct tagGUITHREADINFO {
HWND hwndCaret;
RECT rcCaret;
} GUITHREADINFO,*PGUITHREADINFO;
BOOL WINAPI BlockInput(BOOL);
#ifdef __cplusplus
}

View File

@ -2040,6 +2040,7 @@ extern "C" {
#if(WINVER >= 0x0400)
#define ENDSESSION_LOGOFF 0x80000000
#endif /* WINVER >= 0x0400 */
#define CHILDID_SELF 0
#define OBJID_WINDOW 0x00000000
#define OBJID_SYSMENU 0xFFFFFFFF
#define OBJID_TITLEBAR 0xFFFFFFFE