* include/objbase.h: Include rpc.h and rpcndr.h

before header guard.
This commit is contained in:
Danny Smith 2002-10-13 03:11:58 +00:00
parent 95a962432f
commit 5cafa3aa1a
2 changed files with 10 additions and 2 deletions

View File

@ -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>
* include/olectl.h (PROPPAGEINFO): Change type of

View File

@ -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
#define _OBJBASE_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#include <rpc.h>
#include <rpcndr.h>
#include <stdlib.h>
#pragma pack(push,8)
#include <basetyps.h>