Include the same headers as on Windows.

oldstable
Francois Gouget 2000-11-25 03:08:34 +00:00 committed by Alexandre Julliard
parent 3116bd9f45
commit 3cf87c66c7
2 changed files with 11 additions and 0 deletions

View File

@ -4,6 +4,13 @@
#include "rpc.h"
#include "rpcndr.h"
#ifndef COM_NO_WINDOWS_H
#include "windows.h"
#include "ole2.h"
#endif
#include "unknwn.h"
typedef GUID CATID;
typedef REFGUID REFCATID;

View File

@ -33,5 +33,9 @@ typedef GUID UUID;
RPC_STATUS RPC_ENTRY UuidCreate(UUID *Uuid);
#include "rpcdce.h"
/* #include "rpcnsi.h" */
/* #include "rpcnterr.h" */
/* #include "excpt.h" */
#include "winerror.h"
#endif /*__WINE_RPC_H */