summaryrefslogtreecommitdiff
path: root/PE/pepatch.cpp
diff options
context:
space:
mode:
authorpixel <pixel>2003-10-12 05:15:00 +0000
committerpixel <pixel>2003-10-12 05:15:00 +0000
commit7787631c6ee37a489732c95cb0864422e3a3bdd1 (patch)
tree4f6374a3dcc58661ea7b116e2b87cdf84e14e414 /PE/pepatch.cpp
parent7cf5187c0a8cedba390a5455b63ed4ecf867be32 (diff)
AT LAST!!!
Windows 2k/XP CD reading works using raw ioctls!!!! HURRAY!!!!!!!!
Diffstat (limited to 'PE/pepatch.cpp')
-rw-r--r--PE/pepatch.cpp7
1 files changed, 7 insertions, 0 deletions
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 <Main.h>
+
+CODE_BEGINS
+virtual int startup() throw (GeneralException) {
+ return 0;
+}
+CODE_ENDS