reactos/dll/win32/ole32/precomp.h
2019-11-10 14:10:55 +01:00

38 lines
638 B
C

#ifndef _OLE32_PCH_
#define _OLE32_PCH_
#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 "compobj_private.h"
#include "dictionary.h"
#include "enumx.h"
#include "moniker.h"
#endif /* !_OLE32_PCH_ */