From 7787631c6ee37a489732c95cb0864422e3a3bdd1 Mon Sep 17 00:00:00 2001 From: pixel Date: Sun, 12 Oct 2003 05:15:00 +0000 Subject: AT LAST!!! Windows 2k/XP CD reading works using raw ioctls!!!! HURRAY!!!!!!!! --- cd-tool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cd-tool.cpp') diff --git a/cd-tool.cpp b/cd-tool.cpp index e748aec..d5d766b 100644 --- a/cd-tool.cpp +++ b/cd-tool.cpp @@ -113,7 +113,7 @@ virtual int startup() throw (GeneralException) { exit(-1); } - iso_r = open_iso(iso_name); + iso_r = cdabstract::open_cd(iso_name); cdutil = new cdutils(iso_r); -- cgit v1.2.3