summaryrefslogtreecommitdiff
path: root/windows/windbg.h
diff options
context:
space:
mode:
Diffstat (limited to 'windows/windbg.h')
-rw-r--r--windows/windbg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/windbg.h b/windows/windbg.h
index bb23b2335..b2d8640f4 100644
--- a/windows/windbg.h
+++ b/windows/windbg.h
@@ -29,6 +29,6 @@ void win_perror(const char *lpszFunction);
((m) != WM_MOUSEMOVE) && \
((m) != WM_NCHITTEST) && \
((m) != WM_ENTERIDLE)) \
- LOG("%s, hwnd %p, w 0x%x, l 0x%x", msg_num_to_name(m), h, w, l);
+ LOG("%s, hwnd %p, w 0x%x, l 0x%Ix", msg_num_to_name(m), h, w, l);
#endif