Module: wine Branch: master Commit: 79e7e15f25bfbd97e1532a69bdc1f642b91ae2c0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=79e7e15f25bfbd97e1532a69bd...
Author: Roy Shea roy@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