reactos/dll/directx/wine/d3dxof/precomp.h
2019-10-26 13:07:07 +01:00

18 lines
253 B
C

#ifndef _D3DXOF_PRECOMP_H_
#define _D3DXOF_PRECOMP_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_ */