Reverted use of tchar.h which should be considered deprecated.

GZDoom is Unicode only - as should be the norm for any Windows application - and will not work when compiled as ANSI so there's no good reason to use this wrapper.
This commit is contained in:
Christoph Oelckers 2024-08-16 12:36:42 +02:00
commit 5fa220219e
3 changed files with 6 additions and 15 deletions

View file

@ -69,20 +69,13 @@ if( WIN32 )
setupapi
oleaut32
dbghelp
dxguid
dwmapi
)
if( NOT MINGW )
list( APPEND PROJECT_LIBRARIES legacy_stdio_definitions )
endif()
legacy_stdio_definitions )
if( DEM_CMAKE_COMPILER_IS_GNUCXX_COMPATIBLE )
if( DX_dxguid_LIBRARY )
list( APPEND PROJECT_LIBRARIES "${DX_dxguid_LIBRARY}" )
endif()
endif()
else()
if( APPLE )
set( NO_GTK ON )