xref: /reactos/dll/directx/wine/d3dxof/precomp.h (revision 0623a6f8)
1 
2 #ifndef _D3DXOF_PRECOMP_H_
3 #define _D3DXOF_PRECOMP_H_
4 
5 #include <wine/config.h>
6 
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 
15 #include "d3dxof_private.h"
16 
17 #include <wine/debug.h>
18 
19 #endif /* _D3DXOF_PRECOMP_H_ */
20