X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=installer%2Finstaller.c;h=3e0e95e166aa9f058e53ea1979583cd8d661b2f0;hp=beba69013e845ac40a218974e6e31a2aba90c60f;hb=d9b87736710215927a329967c1ebc45bc8d665fa;hpb=9770d49add4124a623fe4a257fd50dbd7ec25164 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