From d9b87736710215927a329967c1ebc45bc8d665fa Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 6 Feb 2005 16:51:12 +0000 Subject: [PATCH] removed debugging stuff --- installer/installer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/installer.c b/installer/installer.c index beba690..3e0e95e 100644 --- a/installer/installer.c +++ b/installer/installer.c @@ -66,7 +66,7 @@ struct params_data { LRESULT CALLBACK WindowFunc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) { - printf("%08x, %d %08x %08x\n", hwnd, message, wParam, lParam); + //printf("%08x, %d %08x %08x\n", hwnd, message, wParam, lParam); /* in order for the delegation below to also work for WM_CREATE, we need to assign our window pointers *before* the -- 1.7.10.4