1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-07-11 07:54:13 +00:00
reactos/dll/directx/wine/d3d9/precomp.h

14 lines
221 B
C
Raw Normal View History

#ifndef __WINE_D3D9_PRECOMP_H
#define __WINE_D3D9_PRECOMP_H
#include <wine/config.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include "d3d9_private.h"
#endif /* __WINE_D3D9_PRECOMP_H */