Commit d44b6d46 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

mapi32: Add missing #include directives.

parent f67fd2cf
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment