···44add_importlibs(tftpd advapi32 ws2_32 iphlpapi msvcrt kernel32)
55add_cd_file(TARGET tftpd DESTINATION reactos/system32 FOR all)
6677+add_definitions(-Dstrcasecmp=_stricmp)
88+79if (MSVC)
810 # Disable warning C4267: 'initializing': conversion from 'size_t' to 'unsigned short', possible loss of data
911 target_compile_options(tftpd PRIVATE /wd4267)