https://bugs.winehq.org/show_bug.cgi?id=47265
--- Comment #35 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- (In reply to Andrew Wesie from comment #34)
(In reply to Alistair Leslie-Hughes from comment #33)
The attached patch make the function patchable once again.
The code prior to the regression (3e927c) did not have DECLSPEC_HOTPATCH. I think there would need to be some justification for why this change is necessary.
However 13e11d3fcbcf8790e031c4bc52f5f550b1377b3b did.
-ULONGLONG WINAPI DECLSPEC_HOTPATCH get_tick_count64(void) +ULONG WINAPI NtGetTickCount(void)