]> gitweb @ CieloNegro.org - bindings-CoreFoundation.git/blob - cbits/helper_CFBase.c
CFLocale.h
[bindings-CoreFoundation.git] / cbits / helper_CFBase.c
1 #include <bindings.cmacros.h>
2 #include <CoreFoundation/CFBase.h>
3
4 #if MAC_OS_X_VERSION_10_2 <= MAC_OS_X_VERSION_MAX_ALLOWED
5 BC_INLINE_(kCFNull, CFNullRef)
6 #endif
7
8 BC_INLINE_(kCFAllocatorDefault      , CFAllocatorRef)
9 BC_INLINE_(kCFAllocatorSystemDefault, CFAllocatorRef)
10 BC_INLINE_(kCFAllocatorMalloc       , CFAllocatorRef)
11 BC_INLINE_(kCFAllocatorNull         , CFAllocatorRef)
12 BC_INLINE_(kCFAllocatorUseContext   , CFAllocatorRef)