]> sourceware.org Git - newlib-cygwin.git/commitdiff
New CHILDID_SELF constant.
authorDimitri Papadopoulos <dimitri_at@users.sf.net>
Tue, 23 Sep 2003 09:09:50 +0000 (09:09 +0000)
committerDimitri Papadopoulos <dimitri_at@users.sf.net>
Tue, 23 Sep 2003 09:09:50 +0000 (09:09 +0000)
More duplicates in <winuser.h> and <winable.h>.

winsup/w32api/include/winable.h
winsup/w32api/include/winuser.h

index 8f6b7a68e6c7b05ba2481fc9bd8b227206ff1975..423ffd46e52233b5bb13fd72580eb89cbd8e6e70 100644 (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
 }
index 0018ed45a599f6b9b0cbe4990746e9c1631233d0..01e6ef2d6e1cd3fe1d70b2b714eaa5812a698c62 100644 (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
This page took 0.036833 seconds and 5 git commands to generate.