1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-28 08:59:09 +00:00

Fix: [MinGW] Reapply 48fd7b27 to fix launch on Windows 7 x64 (#9225)

This commit is contained in:
Loïc Guilloux
2021-05-09 18:28:47 +02:00
committed by GitHub
parent 330a305c99
commit e162d0a55c

View File

@@ -361,6 +361,7 @@ if(WIN32)
ws2_32
winmm
imm32
usp10
)
endif()