Francois Gouget : mapi32: Add missing #include directives.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Aug 6 08:03:43 CDT 2007


Module: wine
Branch: master
Commit: d44b6d46628faa77485253c4bedc9afd8d46234a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d44b6d46628faa77485253c4bedc9afd8d46234a

Author: Francois Gouget <fgouget at 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);




More information about the wine-cvs mailing list