• Vladislav Vaintroub's avatar
    Windows, compiling : reenable warning C4996 (deprecated functions) · 282b6520
    Vladislav Vaintroub authored
    But set _CRT_NONSTDC_NO_WARNINGS to silence silly warnings about
    ANSI C function being non-standard
    
    Remove now deprecated GetVersion()/GetVersionEx(),except single case
    where where it is really needed, in feedback plugin. Remove checks for
    Windows NT.
    
    Avoid old IPv4-only inet_aton, which generated the warning.
    282b6520
udf_example.c 33.1 KB