include/rpc.h: Add missing headers.
This commit is contained in:
parent
d0cff353af
commit
79e7e15f25
|
@ -20,7 +20,11 @@
|
||||||
|
|
||||||
#ifndef RPC_NO_WINDOWS_H
|
#ifndef RPC_NO_WINDOWS_H
|
||||||
# ifdef __WINESRC__
|
# ifdef __WINESRC__
|
||||||
|
# ifndef RC_INVOKED
|
||||||
|
# include <stdarg.h>
|
||||||
|
# endif
|
||||||
# include <windef.h>
|
# include <windef.h>
|
||||||
|
# include <winbase.h>
|
||||||
# else
|
# else
|
||||||
# include <windows.h>
|
# include <windows.h>
|
||||||
# endif
|
# endif
|
||||||
|
|
Loading…
Reference in New Issue