mapi32: Add missing #include directives.
This commit is contained in:
parent
f67fd2cfa4
commit
d44b6d4662
|
@ -27,6 +27,7 @@
|
|||
#ifndef _OBJBASE_H_
|
||||
#include <objbase.h>
|
||||
#endif
|
||||
#include <stddef.h>
|
||||
|
||||
/* Some types from other headers */
|
||||
#ifndef __LHANDLE
|
||||
|
|
|
@ -24,6 +24,8 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#include <mapiutil.h>
|
||||
#include <stddef.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
BOOL WINAPI FBadRglpszW(LPWSTR*,ULONG);
|
||||
BOOL WINAPI FBadRowSet(LPSRowSet);
|
||||
|
|
Loading…
Reference in New Issue