From d2357ec435afc6f09ae7a98a42b389efa62e29f0 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 3 May 2014 20:21:01 +0000 Subject: (svn r26556) -Codechange: use sources.list to tell a file shouldn't be built for a particular platform --- src/music/extmidi.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/music/extmidi.cpp') diff --git a/src/music/extmidi.cpp b/src/music/extmidi.cpp index 7b9e649c0..f4a35360c 100644 --- a/src/music/extmidi.cpp +++ b/src/music/extmidi.cpp @@ -9,7 +9,6 @@ /** @file extmidi.cpp Playing music via an external player. */ -#ifndef __MORPHOS__ #include "../stdafx.h" #include "../debug.h" #include "../string_func.h" @@ -135,5 +134,3 @@ void MusicDriver_ExtMidi::DoStop() waitpid(this->pid, NULL, 0); this->pid = -1; } - -#endif /* __MORPHOS__ */ -- cgit v1.2.3-54-g00ecf