* include/uxtheme.h: Include <commctrl.h>

This commit is contained in:
Danny Smith 2004-03-02 23:01:16 +00:00
parent 7cdd029300
commit dd890ee106
2 changed files with 127 additions and 121 deletions

View File

@ -1,6 +1,10 @@
2004-03-02 Danny Smith <dannysmith@users.sourceforge.net>
* basetyps.h (GUID_SECT): Define to nothimg for GCC >= 2.95.
* include/uxtheme.h: Include <commctrl.h>
2004-03-02 Danny Smith <dannysmith@users.sourceforge.net>
* include/basetyps.h (GUID_SECT): Define to nothimg for GCC >= 2.95.
2004-03-02 Martin Fuchs <martin-fuchs@gmx.net>

View File

@ -4,6 +4,8 @@
#pragma GCC system_header
#endif
#include <commctrl.h>
#ifdef __cplusplus
extern "C" {
#endif