mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
19 lines
332 B
C
19 lines
332 B
C
|
|
#ifndef _COMDLG32_WINETEST_PRECOMP_H_
|
|
#define _COMDLG32_WINETEST_PRECOMP_H_
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define COBJMACROS
|
|
#define CONST_VTABLE
|
|
|
|
#include <windows.h>
|
|
#include <wine/test.h>
|
|
|
|
#include <wingdi.h>
|
|
#include <objbase.h>
|
|
#include <cderr.h>
|
|
#include <commdlg.h>
|
|
#include <dlgs.h>
|
|
|
|
#endif /* !_COMDLG32_WINETEST_PRECOMP_H_ */
|