X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fplatform.h;fp=src%2Flibgame%2Fplatform.h;h=d5d939a6d1c75d70933ea208ff159927394293a7;hb=3ae70b9d27b4b2c038f35b0aa5985c368542a486;hp=1e6d1c0f013f66cb87e8ec4e2fa7f2bdac523795;hpb=07ed632468cc7e9b6561094ce787b0035d38f328;p=rocksndiamonds.git diff --git a/src/libgame/platform.h b/src/libgame/platform.h index 1e6d1c0f..d5d939a6 100644 --- a/src/libgame/platform.h +++ b/src/libgame/platform.h @@ -170,6 +170,12 @@ #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) */