[D3DXOF] Sync with Wine Staging 4.18. CORE-16441
[reactos.git] / dll / directx / wine / d3dxof / precomp.h
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_ */