]> git.cworth.org Git - apitrace/blobdiff - common/os.hpp
Use skiplist-based FastCallSet within trace::CallSet
[apitrace] / common / os.hpp
index caf9dc3d2cc66e4243d819571beaf1082c7bd723..91c819fca55f09a516a746d23283bd0ab81766de 100644 (file)
@@ -42,6 +42,9 @@
 #ifndef vsnprintf
 #define vsnprintf _vsnprintf
 #endif
+#ifndef strcasecmp
+#define strcasecmp stricmp
+#endif
 #endif /* !_WIN32 */
 
 namespace os {
@@ -70,11 +73,6 @@ void log(const char *format, ...)
   #endif
 #endif
 
-/**
- * Get the current time in microseconds from an unknown base.
- */
-long long getTime(void);
-
 void abort(void);
 
 void setExceptionCallback(void (*callback)(void));