]> git.cworth.org Git - apitrace/commitdiff
Fix MinGW-w64 build without DXSDK.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 17 Nov 2011 15:47:17 +0000 (15:47 +0000)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 17 Nov 2011 15:50:26 +0000 (15:50 +0000)
compat.h

index f1d302878e212a3deb2e0f3c73371732aaa8a87f..74b45c3c211535955f25ef69f6c880e4627466aa 100644 (file)
--- a/compat.h
+++ b/compat.h
 #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__ */