Codechange: [WIN32] Reduce manual dynamic loading as WinXP is the minimum version

This commit is contained in:
glx22
2021-05-20 18:28:14 +02:00
committed by Loïc Guilloux
parent f4c7d5577e
commit 5d05c4919b
2 changed files with 11 additions and 14 deletions

View File

@@ -360,6 +360,7 @@ if(WIN32)
-DUNICODE
-D_UNICODE
-DWITH_UNISCRIBE
-DPSAPI_VERSION=1
)
target_link_libraries(openttd
@@ -367,6 +368,7 @@ if(WIN32)
winmm
imm32
usp10
psapi
)
endif()