]> git.cworth.org Git - apitrace/blobdiff - common/os.hpp
d3dretrace: Allow to force a driver type.
[apitrace] / common / os.hpp
index cc72a0ea5b288184ffeb1759894344d2f5f5de3a..91c819fca55f09a516a746d23283bd0ab81766de 100644 (file)
@@ -42,6 +42,9 @@
 #ifndef vsnprintf
 #define vsnprintf _vsnprintf
 #endif
+#ifndef strcasecmp
+#define strcasecmp stricmp
+#endif
 #endif /* !_WIN32 */
 
 namespace os {