rpcproxy: Add missing headers for call to DisableThreadLibraryCalls

Roy Shea roy at cs.hmc.edu
Tue Oct 23 11:50:25 CDT 2007


Howdy,

The REGISTER_PROXY_DLL_ROUTINES macro defined in rpcproxy.h calls
DisableThreadLibraryCalls.  This patch adds two header files needed
for calls to DisableThreadLibraryCalls.

Peace,
-Roy

-------------- next part --------------
 include/rpcproxy.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/rpcproxy.h b/include/rpcproxy.h
index eaf2a6a..da895ce 100644
--- a/include/rpcproxy.h
+++ b/include/rpcproxy.h
@@ -26,12 +26,14 @@
 
 #define __midl_proxy
 
+#include <stdarg.h>
 #include <basetsd.h>
 #ifndef GUID_DEFINED
 #include <guiddef.h>
 #endif
 #include <rpc.h>
 #include <rpcndr.h>
+#include <winbase.h>
 
 #ifdef __cplusplus
 extern "C" {


More information about the wine-patches mailing list