* include/uxtheme.h: Include <commctrl.h>
This commit is contained in:
parent
7cdd029300
commit
dd890ee106
|
@ -1,6 +1,10 @@
|
||||||
2004-03-02 Danny Smith <dannysmith@users.sourceforge.net>
|
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>
|
2004-03-02 Martin Fuchs <martin-fuchs@gmx.net>
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,8 @@
|
||||||
#pragma GCC system_header
|
#pragma GCC system_header
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <commctrl.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue