Skip to content
  • Kenneth Moreland's avatar
    Fix warnings on MSVC · f577114f
    Kenneth Moreland authored
    Most of the warnings are about using "unsafe" functions. In addition to
    replacing string functions like strcpy with counting strncpy versions,
    which makes sense, older MSVC versions for some reason don't support
    POSIX versions of these functions. Instead, they have their weird
    offshoots, which is a pain.
    f577114f