rnd-20140515-1-src
[rocksndiamonds.git] / src / libgame / platform.h
index c968255906623bc6a1cf696d96d3e877512d7357..292ff45c1890a9535fdc36bba18256359205b777 100644 (file)
 /* define main platform keywords                                             */
 /* ========================================================================= */
 
-#if defined(MSDOS)
-#define PLATFORM_MSDOS
-#define PLATFORM_STRING "DOS"
-#elif defined(WIN32) || defined(_WIN32)
+#if defined(WIN32) || defined(_WIN32)
 #define PLATFORM_WIN32
 #define PLATFORM_STRING "Windows"
 #else
 /* define additional target keywords                                         */
 /* ========================================================================= */
 
-#if defined(PLATFORM_MSDOS)
-#ifndef TARGET_ALLEGRO
-#define TARGET_ALLEGRO
-#endif
-#ifndef TARGET_X11
-#define TARGET_X11
-#endif
-#endif
-
 #if defined(PLATFORM_UNIX) && defined(TARGET_X11)
 #define TARGET_X11_NATIVE
 #endif