mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-19 05:23:00 +01:00
salieri: Added __in_bcount.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user