Include the same headers as on Windows.
This commit is contained in:
parent
3116bd9f45
commit
3cf87c66c7
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue