1 
2 #ifndef _WINDOWSCODECS_WINETEST_PRECOMP_H_
3 #define _WINDOWSCODECS_WINETEST_PRECOMP_H_
4 
5 #include <assert.h>
6 #include <math.h>
7 #include <stdio.h>
8 
9 #define WIN32_NO_STATUS
10 #define _INC_WINDOWS
11 #define COM_NO_WINDOWS_H
12 
13 #define COBJMACROS
14 #define CONST_VTABLE
15 
16 #include <wine/test.h>
17 
18 #include <wingdi.h>
19 #include <winreg.h>
20 #include <winnls.h>
21 #include <ole2.h>
22 #include <wincodecsdk.h>
23 
24 #endif /* !_WINDOWSCODECS_WINETEST_PRECOMP_H_ */
25