]> git.cworth.org Git - apitrace/commitdiff
More MinGW<->DXSDK compatability fixes.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Mon, 23 Jan 2012 15:07:53 +0000 (15:07 +0000)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Mon, 23 Jan 2012 15:07:53 +0000 (15:07 +0000)
compat.h

index b74bfd47d69155ce092bc6e2566cd729b37e1ee3..5fe7912955d7f79bf8ae0e351074fcbb0c62db2f 100644 (file)
--- a/compat.h
+++ b/compat.h
@@ -58,6 +58,9 @@
 #define __out_ecount_z(x)
 #define __nullterminated
 #define __notnull
+#define __field_ecount_opt(x)
+#define __range(x,y)
+#define __out_ecount_part_opt(x,y)
 
 #ifndef DECLSPEC_DEPRECATED
 #define DECLSPEC_DEPRECATED /**/