* 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>
|
||||
|
||||
* include/imm.h (ImmGetCompositionFont[AW],
|
||||
|
|
|
@ -4,8 +4,10 @@
|
|||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifndef COM_NO_WINDOWS_H
|
||||
#include <windows.h>
|
||||
#include <ole2.h>
|
||||
#endif
|
||||
|
||||
#ifndef _RC_INVOKED
|
||||
|
||||
|
|
|
@ -4,7 +4,11 @@
|
|||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifndef COM_NO_WINDOWS_H
|
||||
#include <windows.h>
|
||||
#include <ole2.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"{
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue