openbsd-ports/emulators/wine/patches/patch-windows_class_c
2003-12-31 04:21:45 +00:00

15 lines
687 B
Plaintext

$OpenBSD: patch-windows_class_c,v 1.1 2003/12/31 04:21:45 espie Exp $
--- windows/class.c.orig 2003-12-31 05:01:45.000000000 +0100
+++ windows/class.c 2003-12-31 05:01:52.000000000 +0100
@@ -421,8 +421,8 @@ ATOM WINAPI RegisterClass16( const WNDCL
return 0;
}
- TRACE(class, "atom=%04x wndproc=%08lx hinst=%04x
-bg=%04x style=%08x clsExt=%d winExt=%d class=%p name='%s'\n",
+ TRACE(class, "atom=%04x wndproc=%08lx hinst=%04x\n"
+"bg=%04x style=%08x clsExt=%d winExt=%d class=%p name='%s'\n",
atom, (DWORD)wc->lpfnWndProc, hInstance,
wc->hbrBackground, wc->style, wc->cbClsExtra,
wc->cbWndExtra, classPtr,