On Mon Sep 18 18:07:32 2023 +0000, Alex Henrie wrote:
I mean this part:
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!