mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
18 lines
356 B
C
18 lines
356 B
C
#ifndef _COMDLG32_WINETEST_PRECOMP_H_
|
|
#define _COMDLG32_WINETEST_PRECOMP_H_
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
#define COBJMACROS
|
|
#define CONST_VTABLE
|
|
|
|
#include <wine/test.h>
|
|
|
|
#include <wingdi.h>
|
|
#include <objbase.h>
|
|
#include <cderr.h>
|
|
#include <commdlg.h>
|
|
#include <dlgs.h>
|
|
|
|
#endif /* !_COMDLG32_WINETEST_PRECOMP_H_ */
|