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:
parent
f5c86819ab
commit
5fa220219e
3 changed files with 6 additions and 15 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue