rnd-20131202-1-src
[rocksndiamonds.git] / src / libgame / platform.h
index 1e6d1c0f013f66cb87e8ec4e2fa7f2bdac523795..d5d939a6d1c75d70933ea208ff159927394293a7 100644 (file)
 #define TARGET_X11_NATIVE
 #endif
 
+#if defined(TARGET_SDL2)
+#ifndef TARGET_SDL
+#define TARGET_SDL
+#endif
+#endif
+
 
 /* ========================================================================= */
 /* this should better go into "system.h" or "features.h" (yet to be created) */