[Scummvm-tracker] [ScummVM] #10613: ScummVM 2.0.0 on Windows 98
DosFreak
trac at scummvm.org
Wed Oct 24 03:48:37 CEST 2018
#10613: ScummVM 2.0.0 on Windows 98
------------------------------+-------------------------
Reporter: theandrewbailey | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Port: Win32
Resolution: | Keywords:
Game: |
------------------------------+-------------------------
Comment (by DosFreak):
Looks like the code <2000 offending code is here now:
https://github.com/scummvm/scummvm/blob/master/backends/platform/sdl/win32/win32.cpp
instead of:
https://github.com/scummvm/scummvm/blob/master/backends/platform/sdl/sdl.cpp
as of june 3 2018
WIN32: Move Windows-specific implementation of logMessage out of OSys…
https://github.com/scummvm/scummvm/commit/e1c83f8e8707abb268b3536c2993bcdd9dfee25e
#diff-90c3950f9b30feb7daf25c71c61ef8ce
Looking at this example:
https://github.com/Microsoft/VCSamples/blob/master/VC2008Samples/International/satdll/Main/Main.cpp#L430
It looks like that will work but wondering if it would be simpler to keep
the current code an do an IF based on OS ver >2000 and else <2000 for
GetThreadLocale()
--
Ticket URL: <https://bugs.scummvm.org/ticket/10613#comment:6>
ScummVM <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list