Roy Shea : include/rpc.h: Add missing headers.
24 Oct
2007
24 Oct
'07
4:04 p.m.
Module: wine Branch: master Commit: 79e7e15f25bfbd97e1532a69bdc1f642b91ae2c0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=79e7e15f25bfbd97e1532a69bd... Author: Roy Shea <roy(a)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
6722
Age (days ago)
6722
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard