diff options
author | Joe Stringer <joe@wand.net.nz> | 2019-10-05 18:37:45 -0700 |
---|---|---|
committer | Niels Martin Hansen <nielsm@indvikleren.dk> | 2019-10-07 21:36:00 +0200 |
commit | 48fd7b279222c1288004bf1bf8466d1084fbbf4b (patch) | |
tree | 53286dc1a0ab4d09f4dd52daecc912daee529140 /media/baseset | |
parent | b4f1056097fda5a6023437b84bc6382943075fcb (diff) | |
download | openttd-48fd7b279222c1288004bf1bf8466d1084fbbf4b.tar.xz |
Fix: [MINGW32] Fix launch on Windows 7 x64
Prior to this commit, the following is observed when running openttd.exe
that was compiled using mingw32 on x86_64:
> The procedure entry point ScriptBreak could not be located in the
dynamic link library GDI32.dll
The MSDN docs at the below link state that modules using Uniscribe must
first link against usp10 before gdi32 to avoid this issue:
https://msdn.microsoft.com/en-us/library/windows/desktop/dd319118(v=vs.85).aspx
Signed-off-by: Joe Stringer <joe@wand.net.nz>
Diffstat (limited to 'media/baseset')
0 files changed, 0 insertions, 0 deletions