shithub: rott

Download patch

ref: 09d7203162101b580ac14e8f3292b2437e90d0fa
parent: 33346544e1b6f434ba54c0720b91d5f13a783e14
author: Marc-Alexandre Espiaut <[email protected]>
date: Mon Jun 4 11:23:55 EDT 2018

Removing DOS code splib.h

--- a/rott/splib.h
+++ b/rott/splib.h
@@ -32,12 +32,6 @@
 extern "C" {
 #endif
 
-#if defined(_MSC_VER) || defined(__BORLANDC__)
-#  if PLATFORM_DOS
-#    define REALMODE
-#  endif
-#endif
-
 #if defined(REALMODE)
 #define FAR __far
 #else