commit | 3cf87c66c76304ce141250fbf0b939d36723fc72 | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@codeweavers.com> | Sat Nov 25 03:08:34 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Nov 25 03:08:34 2000 +0000 |
tree | 82f89a06e5d40e0a2372e000c60a954ba57a35fc | |
parent | 3116bd9f457d3553f82f4cf256d0bba7b031a944 [diff] [blame] |
Include the same headers as on Windows.
diff --git a/include/rpc.h b/include/rpc.h index feef483..06e5c0f 100644 --- a/include/rpc.h +++ b/include/rpc.h
@@ -33,5 +33,9 @@ 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 */