commit | d44b6d46628faa77485253c4bedc9afd8d46234a | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@free.fr> | Sat Aug 04 03:23:30 2007 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Aug 06 12:31:00 2007 +0200 |
tree | 1b1872faa5ca1fc3b375b6dd0d3005eac9bf9f49 | |
parent | f67fd2cfa4538772d21ce535b9841e4fd9c8bb5d [diff] [blame] |
mapi32: Add missing #include directives.
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 @@ #endif #include <mapiutil.h> +#include <stddef.h> +#include <stdarg.h> BOOL WINAPI FBadRglpszW(LPWSTR*,ULONG); BOOL WINAPI FBadRowSet(LPSRowSet);