xref: /reactos/dll/directx/wine/d3dxof/precomp.h (revision 682f85ad)
1 
2 #ifndef _D3DXOF_PRECOMP_H_
3 #define _D3DXOF_PRECOMP_H_
4 
5 #include <stdio.h>
6 
7 #define WIN32_NO_STATUS
8 #define _INC_WINDOWS
9 #define COM_NO_WINDOWS_H
10 
11 #define COBJMACROS
12 
13 #include "d3dxof_private.h"
14 
15 #include <wine/debug.h>
16 
17 #endif /* _D3DXOF_PRECOMP_H_ */
18