reactos/dll/directx/wine/d3dxof/precomp.h
2018-03-08 13:28:23 +01:00

20 lines
279 B
C

#ifndef _D3DXOF_PRECOMP_H_
#define _D3DXOF_PRECOMP_H_
#include <wine/config.h>
#include <stdio.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define COBJMACROS
#include "d3dxof_private.h"
#include <wine/debug.h>
#endif /* _D3DXOF_PRECOMP_H_ */