From: kramm Date: Sun, 6 Feb 2005 16:51:12 +0000 (+0000) Subject: removed debugging stuff X-Git-Tag: release-0-6-3~7 X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=d9b87736710215927a329967c1ebc45bc8d665fa;p=swftools.git removed debugging stuff --- 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