Commit 3cf87c66 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Include the same headers as on Windows.

parent 3116bd9f
......@@ -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;
......
......@@ -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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment