https://bugs.winehq.org/show_bug.cgi?id=52037
--- Comment #9 from Rafał Mużyło galtgendo@o2.pl --- ...explicitly, they're
TRACE("handle value %p, unique 0x%x\n", handle, gdi_shared->Handles[idx].Unique);
On that note, logs would be a bit easier to grep if the style for pointer printing was kept consistent - now sometimes it's prefixed with '0x', sometimes not (though not that I've kept it consistent either).