commit | 76d266cbb0d4e2b090152151ba2550f141390442 | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@free.fr> | Tue Nov 13 20:51:05 2007 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Dec 18 12:32:42 2007 +0100 |
tree | 879c4cede19fe4a703890eb79634a127570c629e | |
parent | 26a14d8bd3dcd740c3332a27f6260edca0513aa6 [diff] [blame] |
rpcrt4: Add an rpcasync.h header stub and fix the RpcErrorStartEnumeration() prototype.
diff --git a/include/rpc.h b/include/rpc.h index 60bf4fe..c157c6d 100644 --- a/include/rpc.h +++ b/include/rpc.h
@@ -60,6 +60,9 @@ #include <rpcnterr.h> #include <excpt.h> #include <winerror.h> +#ifndef RPC_NO_WINDOWS_H +#include <rpcasync.h> +#endif /* ignore exception handling for now */ #define RpcTryExcept if (1) {