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