2018-04-03 12:47:46 +00:00
|
|
|
|
2017-12-20 12:29:32 +00:00
|
|
|
#ifndef _SHELL32_WINETEST_PRECOMP_H_
|
|
|
|
#define _SHELL32_WINETEST_PRECOMP_H_
|
|
|
|
|
|
|
|
#include <assert.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
|
|
|
|
#define WIN32_NO_STATUS
|
|
|
|
|
|
|
|
#define COBJMACROS
|
|
|
|
#define CONST_VTABLE
|
|
|
|
|
2018-04-03 12:47:46 +00:00
|
|
|
#include <windows.h>
|
|
|
|
|
|
|
|
#include <wine/heap.h>
|
2017-12-20 12:29:32 +00:00
|
|
|
#include <wine/test.h>
|
|
|
|
|
|
|
|
#include <shellapi.h>
|
|
|
|
#include <shlwapi.h>
|
|
|
|
#include <shlguid.h>
|
|
|
|
#include <shlobj.h>
|
|
|
|
#include <commoncontrols.h>
|
|
|
|
#include <reactos/undocshell.h>
|
|
|
|
|
|
|
|
#include "shell32_test.h"
|
|
|
|
|
|
|
|
#endif /* !_SHELL32_WINETEST_PRECOMP_H_ */
|