Replace _vsnprintf/vsnprintf with std::vsnprintf

This commit is contained in:
GravisZro
2024-05-21 09:30:52 -04:00
parent 13ed05cf6c
commit 6a9ddd8736
9 changed files with 44 additions and 41 deletions

View File

@@ -96,4 +96,4 @@ void _splitpath(const char *srcPath, char *drive, char *path, char *filename, ch
}
}
int stricmp(const char *string1, const char *string2) { return strcasecmp(string1, string2); }
int stricmp(const char *string1, const char *string2) { return strcasecmp(string1, string2); }