mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 21:01:54 +00:00
[SHELL32_WINETEST] Add a PCH.
This commit is contained in:
parent
de6d0f24bc
commit
e32018ba19
23 changed files with 73 additions and 235 deletions
30
modules/rostests/winetests/shell32/precomp.h
Normal file
30
modules/rostests/winetests/shell32/precomp.h
Normal file
|
@ -0,0 +1,30 @@
|
|||
#ifndef _SHELL32_WINETEST_PRECOMP_H_
|
||||
#define _SHELL32_WINETEST_PRECOMP_H_
|
||||
|
||||
#include <assert.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 <winreg.h>
|
||||
#include <winnls.h>
|
||||
#include <winuser.h>
|
||||
#include <wincon.h>
|
||||
#include <shellapi.h>
|
||||
#include <shlwapi.h>
|
||||
#include <shlguid.h>
|
||||
#include <shlobj.h>
|
||||
#include <ddeml.h>
|
||||
#include <commoncontrols.h>
|
||||
#include <reactos/undocshell.h>
|
||||
|
||||
#include "shell32_test.h"
|
||||
|
||||
#endif /* !_SHELL32_WINETEST_PRECOMP_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue