On Sat Sep 16 22:53:37 2023 +0000, Jeffrey Smith wrote:
changed this line in [version 2 of the diff](/wine/wine/-/merge_requests/3866/diffs?diff_id=69848&start_sha=6b6438811141721112a4cf2baa89947b3e9feda2#ee26de2954869299a14936de0bd31dca4d5ffb66_261_261)
Fixed. I had switched from GetDC to CreateCompatibleDC and missed the matching call. On a somewhat-related note, I noticed that `test_logfont` is the only function in `font.c` that uses GetDC (but CreateCompatibleDC is used several times). It could probably use CreateCompatibleDC just as well.