18 Sep
2023
18 Sep
'23
6:07 p.m.
On Mon Sep 18 18:07:32 2023 +0000, Alex Henrie wrote:
I mean this part: ```c LONG WINAPI get_window_longA( HWND hwnd, INT offset ) #else LONG WINAPI DECLSPEC_HOTPATCH GetWindowLongA(HWND hwnd, INT offset) ``` It's not a big deal, but it would look better to either have a space before `HWND` and after `offset` in both places, or no space before `HWND` and after `offset` in both places. thanks for clarifying, fixed!
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/3855#note_45772