]> git.cworth.org Git - apitrace/blobdiff - compat.h
TODO: Fix typo in the description of the range specification.
[apitrace] / compat.h
index cc6f70e7dfca02ebd16b4fc82d2e5e65a43b49d8..74b45c3c211535955f25ef69f6c880e4627466aa 100644 (file)
--- a/compat.h
+++ b/compat.h
@@ -28,6 +28,7 @@
  */
 
 #ifdef __MINGW32__
+
 #define __in /**/
 #define __out /**/
 #define __inout /**/
 #define __field_ecount_full(x) /**/
 #define __inline static __inline__
 
+#ifndef DECLSPEC_DEPRECATED
 #define DECLSPEC_DEPRECATED /**/
+#endif
 
-#define UINT8 uint8_t
-
+#ifndef __MINGW64_VERSION_MAJOR
+#define UINT8 unsigned char
 #endif
 
+#endif /* __MINGW32__ */
+