* include/objbase.h: Include rpc.h and rpcndr.h
before header guard.
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user