Roy Shea : include/rpc.h: Add missing headers.

Alexandre Julliard julliard at winehq.org
Wed Oct 24 11:04:42 CDT 2007


Module: wine
Branch: master
Commit: 79e7e15f25bfbd97e1532a69bdc1f642b91ae2c0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=79e7e15f25bfbd97e1532a69bdc1f642b91ae2c0

Author: Roy Shea <roy at cs.hmc.edu>
Date:   Tue Oct 23 17:43:09 2007 -0700

include/rpc.h: Add missing headers.

---

 include/rpc.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/rpc.h b/include/rpc.h
index c52e539..60bf4fe 100644
--- a/include/rpc.h
+++ b/include/rpc.h
@@ -20,7 +20,11 @@
 
 #ifndef RPC_NO_WINDOWS_H
 # ifdef __WINESRC__
+#  ifndef RC_INVOKED
+#   include <stdarg.h>
+#  endif
 #  include <windef.h>
+#  include <winbase.h>
 # else
 #  include <windows.h>
 # endif




More information about the wine-cvs mailing list