1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-02 23:50:19 +00:00
qb64/internal/c/mingw32/i686-w64-mingw32/include/sdks/_mingw_directx.h
2019-01-01 22:40:38 +11:00

16 lines
220 B
C

#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