Define __SDL__ for mingw

This commit is contained in:
Bradley Bell 2001-11-09 06:52:14 +00:00
parent 47960a1a46
commit 0978c3052f

View file

@ -57,6 +57,7 @@
#endif
#ifdef __MINGW32__
#define __SDL__ 1
#define SDL_VIDEO 1
#define SDL_INPUT 1
#endif