git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
9770d49
)
removed debugging stuff
author
kramm
<kramm>
Sun, 6 Feb 2005 16:51:12 +0000
(16:51 +0000)
committer
kramm
<kramm>
Sun, 6 Feb 2005 16:51:12 +0000
(16:51 +0000)
installer/installer.c
patch
|
blob
|
history
diff --git
a/installer/installer.c
b/installer/installer.c
index
beba690
..
3e0e95e
100644
(file)
--- 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