* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61776
This commit is contained in:
Amine Khaldi 2014-01-23 17:52:54 +00:00
parent 830213a1cf
commit 48cab4c068
6 changed files with 8 additions and 26 deletions

View file

@ -20,8 +20,6 @@
#include "precomp.h"
#include <mapix.h>
DECLSPEC_HIDDEN LONG MAPI_ObjectCount = 0;
DECLSPEC_HIDDEN HINSTANCE hInstMAPI32;

View file

@ -1,7 +1,7 @@
#ifndef _MAPI32_PCH_
#define _MAPI32_PCH_
#include <config.h>
#include <wine/config.h>
#include <stdarg.h>
@ -16,14 +16,15 @@
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <mapi.h>
#include <mapival.h>
#include <mapiutil.h>
#include <wine/unicode.h>
#include <shlwapi.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(mapi);
#include <wine/unicode.h>
#include "util.h"
WINE_DEFAULT_DEBUG_CHANNEL(mapi);
#endif /* _MAPI32_PCH_ */

View file

@ -20,7 +20,6 @@
#include "precomp.h"
#include <shlwapi.h>
#include <wine/list.h>
BOOL WINAPI FBadRglpszA(LPSTR*,ULONG);

View file

@ -1,13 +1,4 @@
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <mapix.h>
#include <reactos/debug.h>
#include "precomp.h"
typedef PVOID LPMAPIFORMMGR, LPADDRESSBOOK;
@ -109,4 +100,3 @@ FixMAPI(void)
UNIMPLEMENTED;
return E_NOTIMPL;
}

View file

@ -22,9 +22,7 @@
#include "precomp.h"
#include <stdio.h>
#include <winternl.h>
#include <shlwapi.h>
#include <xcmc.h>
#include <msi.h>

View file

@ -19,12 +19,8 @@
*/
#ifndef _MAPI_UTIL_H
#define _MAPI_UTIL_H
#include <mapi.h>
//#include <mapix.h>
extern void load_mapi_providers(void) DECLSPEC_HIDDEN;
extern void unload_mapi_providers(void) DECLSPEC_HIDDEN;
@ -65,4 +61,4 @@ typedef struct MAPI_FUNCTIONS {
extern MAPI_FUNCTIONS mapiFunctions DECLSPEC_HIDDEN;
extern HINSTANCE hInstMAPI32 DECLSPEC_HIDDEN;
#endif
#endif /* _MAPI_UTIL_H */