initial commit

This commit is contained in:
2022-03-05 00:30:50 -06:00
commit 8560c362a0
627 changed files with 178605 additions and 0 deletions

9
3rd_party/glue/strings.h vendored Normal file
View File

@@ -0,0 +1,9 @@
#ifndef REPERTORY_STRINGS_H
#define REPERTORY_STRINGS_H
#ifdef _WIN32
#define strncasecmp _strnicmp
#define strcasecmp _stricmp
#endif // _WIN32
#endif // REPERTORY_STRINGS_H