1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-15 15:03:53 +00:00
qb64/internal/c/mingw64/x86_64-w64-mingw32/include/sdks/_mingw_directx.h

17 lines
220 B
C
Raw Normal View History

2019-01-01 11:40:38 +00:00
#if 1
#define __MINGW_HAS_DXSDK 1
#ifndef MINGW_HAS_DDRAW_H
#define MINGW_HAS_DDRAW_H 1
#define MINGW_DDRAW_VERSION 7
#endif
#else
#undef __MINGW_HAS_DXSDK
#undef MINGW_HAS_DDRAW_H
#undef MINGW_DDRAW_VERSION
#endif