include/rpc.h: Add missing headers.
This commit is contained in:
parent
d0cff353af
commit
79e7e15f25
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue