Browse Source

salieri: Added __in_bcount.

Branimir Karadžić 8 years ago
parent
commit
1a94a25255
1 changed files with 8 additions and 0 deletions
  1. 8 0
      include/compat/mingw/salieri.h

+ 8 - 0
include/compat/mingw/salieri.h

@@ -61,6 +61,14 @@
 #  define SALIERI_DEFINED_In
 #endif
 
+#if defined(__in_bcount) && defined(SALIERI_DEFINED__in_bcount)
+#  undef __in_bcount
+#endif
+#if !defined(__in_bcount)
+#  define __in_bcount(s)
+#  define SALIERI_DEFINED__in_bcount(s)
+#endif
+
 #if defined(__in_ecount) && defined(SALIERI_DEFINED__in_ecount)
 #  undef __in_ecount
 #endif