summaryrefslogtreecommitdiff
path: root/windows/windbg.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-06-30 21:10:13 +0100
committerVincent Sanders <vince@kyllikki.org>2015-06-30 21:10:13 +0100
commit123c8bc8b3d621d0e259ae9ce99ebe753036ac0b (patch)
tree7c7a03e94b917f5fe1b3e07107c17204913c8339 /windows/windbg.h
parent7736a611a2c9d13d697cfc8bc83f9dddbb99138c (diff)
downloadnetsurf-123c8bc8b3d621d0e259ae9ce99ebe753036ac0b.tar.gz
netsurf-123c8bc8b3d621d0e259ae9ce99ebe753036ac0b.tar.bz2
split out windows file operations into a separeate module
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