* include/objbase.h: Include rpc.h and rpcndr.h
before header guard.
This commit is contained in:
parent
95a962432f
commit
5cafa3aa1a
|
@ -1,3 +1,8 @@
|
||||||
|
2002-10-13 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/objbase.h: Include rpc.h and rpcndr.h
|
||||||
|
before header guard.
|
||||||
|
|
||||||
2002-10-11 Danny Smith <dannysmith@users.sourceforge.net>
|
2002-10-11 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/olectl.h (PROPPAGEINFO): Change type of
|
* include/olectl.h (PROPPAGEINFO): Change type of
|
||||||
|
|
|
@ -1,11 +1,14 @@
|
||||||
|
/* Include here to prevent circular dependencies if windows.h
|
||||||
|
not already included */
|
||||||
|
#include <rpc.h>
|
||||||
|
#include <rpcndr.h>
|
||||||
|
|
||||||
#ifndef _OBJBASE_H
|
#ifndef _OBJBASE_H
|
||||||
#define _OBJBASE_H
|
#define _OBJBASE_H
|
||||||
#if __GNUC__ >=3
|
#if __GNUC__ >=3
|
||||||
#pragma GCC system_header
|
#pragma GCC system_header
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <rpc.h>
|
|
||||||
#include <rpcndr.h>
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#pragma pack(push,8)
|
#pragma pack(push,8)
|
||||||
#include <basetyps.h>
|
#include <basetyps.h>
|
||||||
|
|
Loading…
Reference in New Issue