summaryrefslogtreecommitdiff
path: root/PE/reinsert.cpp
diff options
context:
space:
mode:
authorpixel <pixel>2003-10-09 04:49:02 +0000
committerpixel <pixel>2003-10-09 04:49:02 +0000
commit30e6f91d900fd9cdaa780719615ebe8d0959403a (patch)
treec76cf7153c50d21d35db5826577a29b602133e91 /PE/reinsert.cpp
parentd2966cea60f5ff4c8d1d4eae9d2ffd9deb097341 (diff)
Allez zou...
Diffstat (limited to 'PE/reinsert.cpp')
-rw-r--r--PE/reinsert.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/PE/reinsert.cpp b/PE/reinsert.cpp
index 3a8244b..c44354d 100644
--- a/PE/reinsert.cpp
+++ b/PE/reinsert.cpp
@@ -12,6 +12,7 @@
BOOL CALLBACK AboutDlgProc(HWND hW, UINT uMsg, WPARAM wParam, LPARAM lParam)
{
+ Base::printm(M_INFO, "AboutDlgProc: uMsg = %i (0x%x)\n", uMsg, uMsg);
switch(uMsg)
{
case WM_COMMAND:
@@ -33,10 +34,10 @@ virtual int startup() throw (GeneralException) {
Handle * iw;
cdutils * cd;
- DialogBox(0, MAKEINTRESOURCE(IDD_ABOUT), GetActiveWindow(), AboutDlgProc);
-
verbosity = M_INFO;
+ DialogBox(0, MAKEINTRESOURCE(IDD_ABOUT), GetActiveWindow(), AboutDlgProc);
+
ir = new Input("PE1.bin");
iw = new Output("PE1.bin", 0, 0);
cd = new cdutils(ir, iw);