* include/unknwn.h: Include windows.h and ole2.h before header
guard to avoid circular inclusion of COM headers.
This commit is contained in:
parent
832a8b19cd
commit
aa6ad99be8
|
@ -1,3 +1,13 @@
|
|||
2002-12-26 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/unknwn.h: Include windows.h and ole2.h before header
|
||||
guard to avoid circular inclusion of COM headers.
|
||||
|
||||
2002-12-26 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
|
||||
|
||||
* include/dde.h (PackDDElParam, UnpackDDElParam,FreeDDElParam,
|
||||
ReuseDDElParam): Use __WIN64 compatible typedefs.
|
||||
|
||||
2002-12-26 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
|
||||
|
||||
* include/accctrl.h (ACTRL_ACCESS_ENTRY[AW]): Make
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
#ifndef COM_NO_WINDOWS_H
|
||||
#include <windows.h>
|
||||
#include <ole2.h>
|
||||
#endif
|
||||
|
||||
#ifndef _UNKNWN_H
|
||||
#define _UNKNWN_H
|
||||
#if __GNUC__ >=3
|
||||
#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