mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 15:53:03 +00:00
[3RDPARTY] Link to oldnames for stricmp/wcsicmp
This commit is contained in:
parent
a3bab12b50
commit
1de09c477c
48 changed files with 80 additions and 51 deletions
|
@ -4,6 +4,8 @@ set_module_type(tftpd win32cui)
|
|||
add_importlibs(tftpd advapi32 ws2_32 iphlpapi msvcrt kernel32)
|
||||
add_cd_file(TARGET tftpd DESTINATION reactos/system32 FOR all)
|
||||
|
||||
add_definitions(-Dstrcasecmp=_stricmp)
|
||||
|
||||
if (MSVC)
|
||||
# Disable warning C4267: 'initializing': conversion from 'size_t' to 'unsigned short', possible loss of data
|
||||
target_compile_options(tftpd PRIVATE /wd4267)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue