[Winpt-commits] r413 - trunk/PTD
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Sat Feb 11 17:33:43 CET 2012
Author: twoaday
Date: 2012-02-11 17:33:43 +0100 (Sat, 11 Feb 2012)
New Revision: 413
Modified:
trunk/PTD/PTD.cpp
Log:
Modified: trunk/PTD/PTD.cpp
===================================================================
--- trunk/PTD/PTD.cpp 2012-02-11 15:03:43 UTC (rev 412)
+++ trunk/PTD/PTD.cpp 2012-02-11 16:33:43 UTC (rev 413)
@@ -124,12 +124,7 @@
rebar_w32 = FindWindowEx (shell_traywnd, NULL, "ReBarWindow32", NULL);
mstask_swc = FindWindowEx (rebar_w32, NULL, "MSTaskSwWClass", NULL);
systab_c32 = FindWindowEx (mstask_swc, NULL, "SysTabControl32", NULL);
-
- /*debug ("tray_proc_id=%u cbt_hook=%p shell_traywnd=%p rebar_w32=%p "
- "mstask_swc=%p systab_c32=%p",
- tray_proc_id, cbt_hook, shell_traywnd, rebar_w32,
- mstask_swc, systab_c32);*/
-
+
return TRUE;
}
More information about the Winpt-commits
mailing list