[DXTN] Fix MSVC build with runtime checks.

This commit is contained in:
Thomas Faber 2017-12-31 13:18:07 +01:00
parent cb885480b2
commit 2bfbaa66fc
No known key found for this signature in database
GPG key ID: 076E7C3D44720826

View file

@ -6,6 +6,6 @@ add_library(dxtn SHARED
txc_fetch_dxtn.c
${CMAKE_CURRENT_BINARY_DIR}/dxtn.def)
set_entrypoint(dxtn 0)
add_importlibs(dxtn msvcrt)
set_module_type(dxtn win32dll ENTRYPOINT 0)
add_importlibs(dxtn msvcrt kernel32)
add_cd_file(TARGET dxtn DESTINATION reactos/system32 FOR all)