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!!!!!!!! --- PE/pepatch.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'PE/pepatch.cpp') diff --git a/PE/pepatch.cpp b/PE/pepatch.cpp index e69de29..be67faf 100644 --- a/PE/pepatch.cpp +++ b/PE/pepatch.cpp @@ -0,0 +1,7 @@ +#include + +CODE_BEGINS +virtual int startup() throw (GeneralException) { + return 0; +} +CODE_ENDS -- cgit v1.2.3