https://bugs.winehq.org/show_bug.cgi?id=47265
--- Comment #6 from Andrew Wesie awesie@gmail.com --- Created attachment 64567 --> https://bugs.winehq.org/attachment.cgi?id=64567 Create function for GetTickCount in kernel32
It seems that the issue is not the NtGetTickCount change but the fact that kernel32 redirects GetTickCount. A simple wrapper in kernel32 around NtGetTickCount appears to fix the problem in Starcraft Remastered.