mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
22 lines
376 B
C
22 lines
376 B
C
|
|
#ifndef _OLE32_WINETEST_PRECOMP_H_
|
|
#define _OLE32_WINETEST_PRECOMP_H_
|
|
|
|
#include <stdio.h>
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
#define COBJMACROS
|
|
#define CONST_VTABLE
|
|
|
|
#include <wine/test.h>
|
|
|
|
#include <winnls.h>
|
|
#include <winreg.h>
|
|
#include <wingdi.h>
|
|
#define USE_COM_CONTEXT_DEF
|
|
#include <ole2.h>
|
|
|
|
#endif /* !_OLE32_WINETEST_PRECOMP_H_ */
|