X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=common%2Fos.hpp;h=91c819fca55f09a516a746d23283bd0ab81766de;hb=570d8ccab67e230f61f9c79e4eaa6a1159bb6428;hp=cc72a0ea5b288184ffeb1759894344d2f5f5de3a;hpb=c5c8cf36ddfac2d95dae8df15839abcd32b288d2;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 {