mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
17 lines
253 B
C
17 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_ */
|