* include/winuser.h [WINVER >= 0x0500] (EVENT_*): Add constants.

* include/uxtheme.h: Cleanup.
	* include/tmschema.h: Cleanup.
This commit is contained in:
Dimitri Papadopoulos
2003-10-03 10:27:27 +00:00
parent e1ce6d5f2a
commit ba4ad171e6
4 changed files with 55 additions and 4 deletions

View File

@ -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 */