mapi32: Add missing #include directives.

oldstable
Francois Gouget 2007-08-04 03:23:30 +02:00 committed by Alexandre Julliard
parent f67fd2cfa4
commit d44b6d4662
2 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#ifndef _OBJBASE_H_
#include <objbase.h>
#endif
#include <stddef.h>
/* Some types from other headers */
#ifndef __LHANDLE

View File

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