* include/commcat.h: Don't include windows.h or ole2.h ifdef
COM_NO_WINDOWS_H. * include/unknwn.h: Ditto.
This commit is contained in:
parent
ebe02e1884
commit
bdcc7be2bb
@ -1,3 +1,9 @@
|
|||||||
|
2002-12-26 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/commcat.h: Don't include windows.h or ole2.h ifdef
|
||||||
|
COM_NO_WINDOWS_H.
|
||||||
|
* include/unknwn.h: Ditto.
|
||||||
|
|
||||||
2002-12-26 Danny Smith <dannysmith@users.sourceforge.net>
|
2002-12-26 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/imm.h (ImmGetCompositionFont[AW],
|
* include/imm.h (ImmGetCompositionFont[AW],
|
||||||
|
@ -4,8 +4,10 @@
|
|||||||
#pragma GCC system_header
|
#pragma GCC system_header
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef COM_NO_WINDOWS_H
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <ole2.h>
|
#include <ole2.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef _RC_INVOKED
|
#ifndef _RC_INVOKED
|
||||||
|
|
||||||
|
@ -4,7 +4,11 @@
|
|||||||
#pragma GCC system_header
|
#pragma GCC system_header
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef COM_NO_WINDOWS_H
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
#include <ole2.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C"{
|
extern "C"{
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user