reactos/dll/win32/ole32/precomp.h
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

40 lines
683 B
C

#ifndef _OLE32_PCH_
#define _OLE32_PCH_
#include <config.h>
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>
#define _INC_WINDOWS
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include <ntstatus.h>
#define WIN32_NO_STATUS
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <wingdi.h>
#define USE_COM_CONTEXT_DEF
#include <ole2.h>
#include <ole2ver.h>
#include <dcom.h>
#include <comcat.h>
#include <servprov.h>
#include <winternl.h>
#include <wine/debug.h>
#include <wine/list.h>
#include <wine/unicode.h>
#include "compobj_private.h"
#include "dictionary.h"
#include "enumx.h"
#include "moniker.h"
#endif /* _OLE32_PCH_ */