Use platform string comparison functions

This commit is contained in:
Cacodemon345
2021-12-24 14:16:10 +06:00
parent 13d75c2e4f
commit 0402048629
2 changed files with 13 additions and 4 deletions

View File

@@ -5,6 +5,7 @@
#if !defined(_WIN32) || !defined(__clang__)
#include <strings.h>
#endif
#include <string.h>
#include <stdint.h>
#include <wchar.h>