Module: wine Branch: master Commit: d44b6d46628faa77485253c4bedc9afd8d46234a URL: http://source.winehq.org/git/wine.git/?a=commit;h=d44b6d46628faa77485253c4be... Author: Francois Gouget <fgouget(a)free.fr> Date: Sat Aug 4 03:23:30 2007 +0200 mapi32: Add missing #include directives. --- include/mapidefs.h | 1 + include/mapival.h | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/mapidefs.h b/include/mapidefs.h index 2c89c0f..219177d 100644 --- a/include/mapidefs.h +++ b/include/mapidefs.h @@ -27,6 +27,7 @@ #ifndef _OBJBASE_H_ #include <objbase.h> #endif +#include <stddef.h> /* Some types from other headers */ #ifndef __LHANDLE diff --git a/include/mapival.h b/include/mapival.h index 2a653a3..82cd020 100644 --- a/include/mapival.h +++ b/include/mapival.h @@ -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);