salieri: Added __in_bcount.

This commit is contained in:
Branimir Karadžić
2018-01-02 16:19:09 -08:00
parent 15cf5e4750
commit 1a94a25255

View File

@@ -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