X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=common%2Fos.hpp;h=91c819fca55f09a516a746d23283bd0ab81766de;hb=e51e22f4dbeb0851521b68eca1ac4f42f57f5d2c;hp=cc72a0ea5b288184ffeb1759894344d2f5f5de3a;hpb=537c507874cdde0b507d306ac058767f506da8e2;p=apitrace diff --git a/common/os.hpp b/common/os.hpp index cc72a0e..91c819f 100644 --- a/common/os.hpp +++ b/common/os.hpp @@ -42,6 +42,9 @@ #ifndef vsnprintf #define vsnprintf _vsnprintf #endif +#ifndef strcasecmp +#define strcasecmp stricmp +#endif #endif /* !_WIN32 */ namespace os {