diff options
Diffstat (limited to 'PE/pepatch.cpp')
-rw-r--r-- | PE/pepatch.cpp | 7 |
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
|