initial commit
This commit is contained in:
9
3rd_party/glue/strings.h
vendored
Normal file
9
3rd_party/glue/strings.h
vendored
Normal 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
|
||||
Reference in New Issue
Block a user