mapi32: Add missing #include directives.

Francois Gouget fgouget at free.fr
Fri Aug 3 20:23:30 CDT 2007


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




More information about the wine-patches mailing list