Commit 9f6b7eef authored by Alexandre Julliard's avatar Alexandre Julliard

shell: Consistently use %I printf format for ULONG_PTR values.

parent 5289d0ef
...@@ -470,7 +470,7 @@ DWORD WINAPI DoEnvironmentSubst16(LPSTR str,WORD length) ...@@ -470,7 +470,7 @@ DWORD WINAPI DoEnvironmentSubst16(LPSTR str,WORD length)
*/ */
static LRESULT WINAPI SHELL_HookProc(INT code, WPARAM wParam, LPARAM lParam) static LRESULT WINAPI SHELL_HookProc(INT code, WPARAM wParam, LPARAM lParam)
{ {
TRACE("%i, %x, %08lx\n", code, wParam, lParam ); TRACE("%i, %x, %08Ix\n", code, wParam, lParam );
if (SHELL_hWnd) if (SHELL_hWnd)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment