mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 20:39:33 +08:00
* include/winuser.h [WINVER >= 0x0500] (EVENT_*): Add constants.
* include/uxtheme.h: Cleanup. * include/tmschema.h: Cleanup.
This commit is contained in:
parent
e1ce6d5f2a
commit
ba4ad171e6
@ -1,3 +1,10 @@
|
||||
2003-10-03 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
||||
|
||||
* include/winuser.h [WINVER >= 0x0500] (EVENT_*): Add constants.
|
||||
|
||||
* include/uxtheme.h: Cleanup.
|
||||
* include/tmschema.h: Cleanup.
|
||||
|
||||
2003-10-02 Luke Dunstan <infidel@users.sourceforge.net>
|
||||
|
||||
* include/winspool.h (GetDefaultPrinter[AW]): Add functions.
|
||||
@ -19,7 +26,7 @@
|
||||
|
||||
2003-09-30 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
||||
|
||||
* include/dhcpcsvc.h: New file.
|
||||
* include/dhcpcdsk.h: New file.
|
||||
Note that MSDN is confused about whether it should start constant
|
||||
and structure names with DHCPCAPI or DHCPAPI. It's using both but
|
||||
experience suggests it's DHCPCAPI with `C'.
|
||||
|
@ -661,4 +661,4 @@ enum {
|
||||
VTS_DISABLED = 4
|
||||
};
|
||||
|
||||
#endif /* _TMSCHEMA_H */
|
||||
#endif
|
||||
|
@ -4,11 +4,11 @@
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#if (_WIN32_WINNT >= 0x0501)
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#if (_WIN32_WINNT >= 0x0501)
|
||||
#define DTBG_CLIPRECT 0x00000001
|
||||
#define DTBG_DRAWSOLID 0x00000002
|
||||
#define DTBG_OMITBORDER 0x00000004
|
||||
@ -112,9 +112,9 @@ BOOL WINAPI IsThemePartDefined(HTHEME,int,int);
|
||||
HTHEME WINAPI OpenThemeData(HWND,LPCWSTR);
|
||||
void WINAPI SetThemeAppProperties(DWORD);
|
||||
HRESULT WINAPI SetWindowTheme(HWND,LPCWSTR,LPCWSTR);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
#endif /* _UXTHEME_H */
|
||||
|
@ -2095,6 +2095,50 @@ extern "C" {
|
||||
#if (_WIN32_WINNT >= 0x0501)
|
||||
#define DEVICE_NOTIFY_ALL_INTERFACE_CLASSES 0x00000004
|
||||
#endif
|
||||
#define EVENT_MIN 0x00000001
|
||||
#define EVENT_SYSTEM_SOUND 0x00000001
|
||||
#define EVENT_SYSTEM_ALERT 0x00000002
|
||||
#define EVENT_SYSTEM_FOREGROUND 0x00000003
|
||||
#define EVENT_SYSTEM_MENUSTART 0x00000004
|
||||
#define EVENT_SYSTEM_MENUEND 0x00000005
|
||||
#define EVENT_SYSTEM_MENUPOPUPSTART 0x00000006
|
||||
#define EVENT_SYSTEM_MENUPOPUPEND 0x00000007
|
||||
#define EVENT_SYSTEM_CAPTURESTART 0x00000008
|
||||
#define EVENT_SYSTEM_CAPTUREEND 0x00000009
|
||||
#define EVENT_SYSTEM_MOVESIZESTART 0x0000000a
|
||||
#define EVENT_SYSTEM_MOVESIZEEND 0x0000000b
|
||||
#define EVENT_SYSTEM_CONTEXTHELPSTART 0x0000000c
|
||||
#define EVENT_SYSTEM_CONTEXTHELPEND 0x0000000d
|
||||
#define EVENT_SYSTEM_DRAGDROPSTART 0x0000000e
|
||||
#define EVENT_SYSTEM_DRAGDROPEND 0x0000000f
|
||||
#define EVENT_SYSTEM_DIALOGSTART 0x00000010
|
||||
#define EVENT_SYSTEM_DIALOGEND 0x00000011
|
||||
#define EVENT_SYSTEM_SCROLLINGSTART 0x00000012
|
||||
#define EVENT_SYSTEM_SCROLLINGEND 0x00000013
|
||||
#define EVENT_SYSTEM_SWITCHSTART 0x00000014
|
||||
#define EVENT_SYSTEM_SWITCHEND 0x00000015
|
||||
#define EVENT_SYSTEM_MINIMIZESTART 0x00000016
|
||||
#define EVENT_SYSTEM_MINIMIZEEND 0x00000017
|
||||
#define EVENT_OBJECT_CREATE 0x00008000
|
||||
#define EVENT_OBJECT_DESTROY 0x00008001
|
||||
#define EVENT_OBJECT_SHOW 0x00008002
|
||||
#define EVENT_OBJECT_HIDE 0x00008003
|
||||
#define EVENT_OBJECT_REORDER 0x00008004
|
||||
#define EVENT_OBJECT_FOCUS 0x00008005
|
||||
#define EVENT_OBJECT_SELECTION 0x00008006
|
||||
#define EVENT_OBJECT_SELECTIONADD 0x00008007
|
||||
#define EVENT_OBJECT_SELECTIONREMOVE 0x00008008
|
||||
#define EVENT_OBJECT_SELECTIONWITHIN 0x00008009
|
||||
#define EVENT_OBJECT_STATECHANGE 0x0000800a
|
||||
#define EVENT_OBJECT_LOCATIONCHANGE 0x0000800b
|
||||
#define EVENT_OBJECT_NAMECHANGE 0x0000800c
|
||||
#define EVENT_OBJECT_DESCRIPTIONCHANGE 0x0000800d
|
||||
#define EVENT_OBJECT_VALUECHANGE 0x0000800e
|
||||
#define EVENT_OBJECT_PARENTCHANGE 0x0000800f
|
||||
#define EVENT_OBJECT_HELPCHANGE 0x00008010
|
||||
#define EVENT_OBJECT_DEFACTIONCHANGE 0x00008011
|
||||
#define EVENT_OBJECT_ACCELERATORCHANGE 0x00008012
|
||||
#define EVENT_MAX 0x00008012
|
||||
#endif /* (WINVER >= 0x0500) */
|
||||
#if (_WIN32_WINNT >= 0x0500 || _WIN32_WINDOWS >= 0x0490)
|
||||
#define ASFW_ANY ((DWORD)-1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user