shithub: rott

Download patch

ref: 600db28b3cecf97397e2f14c8b53525fad30b445
parent: 0149e73de205a289aa10b360b54d7aad1b539b73
author: Marc-Alexandre Espiaut <[email protected]>
date: Mon Jun 4 11:25:13 EDT 2018

Removing DOS code audiolib/platform.h

--- a/rott/audiolib/platform.h
+++ b/rott/audiolib/platform.h
@@ -8,8 +8,6 @@
 #include "win32_compat.h"
 #elif (defined PLATFORM_UNIX)
 #include "unix_compat.h"
-#elif (defined PLATFORM_DOS)
-#include "doscmpat.h"
 #else
 #error Define your platform!
 #endif