xref: /reactos/dll/directx/wine/d3dx9_36/precomp.h (revision aad80191)
1 
2 #ifndef __WINE_D3DX9_36_PRECOMP_H
3 #define __WINE_D3DX9_36_PRECOMP_H
4 
5 #include <config.h>
6 #include <wine/port.h>
7 
8 #include <assert.h>
9 #include <stdarg.h>
10 
11 #define WIN32_NO_STATUS
12 #define _INC_WINDOWS
13 #define COM_NO_WINDOWS_H
14 
15 #define NONAMELESSUNION
16 #define NONAMELESSSTRUCT
17 #define COBJMACROS
18 
19 #include <windef.h>
20 #include <winbase.h>
21 #include <wingdi.h>
22 #include <winuser.h>
23 
24 #include <wine/unicode.h>
25 
26 #include "d3dx9_private.h"
27 
28 #endif /* __WINE_D3DX9_36_PRECOMP_H */
29