include/rpc.h: Add missing headers.

oldstable
Roy Shea 2007-10-23 17:43:09 -07:00 committed by Alexandre Julliard
parent d0cff353af
commit 79e7e15f25
1 changed files with 4 additions and 0 deletions

View File

@ -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