From 419a05e177eb34815d6f8fad64654376805f1552 Mon Sep 17 00:00:00 2001 From: Pixel Date: Thu, 31 Oct 2002 23:20:34 +0000 Subject: Bleh --- lib/cdabstract.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib') diff --git a/lib/cdabstract.cpp b/lib/cdabstract.cpp index 083aa4d..b79960f 100644 --- a/lib/cdabstract.cpp +++ b/lib/cdabstract.cpp @@ -3,9 +3,13 @@ #include "cdreader.h" Handle * open_iso(const String & nom) { +#ifdef USE_CDREADER if (nom.extract(0, 2).toupper() == "CD:") { return new cdreader(nom.extract(3)); } else { +#else + { +#endif return new Input(nom); } } -- cgit v1.2.3