mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
10 lines
240 B
C
10 lines
240 B
C
#ifndef __AVAILABILITY_HACK__
|
|
#define __AVAILABILITY_HACK__
|
|
|
|
#ifndef __OSX_AVAILABLE_STARTING
|
|
#define __OSX_AVAILABLE_STARTING(...)
|
|
#define __OSX_AVAILABLE_BUT_DEPRECATED(...)
|
|
#define __OSX_AVAILABLE_BUT_DEPRECATED_MSG(...)
|
|
#endif
|
|
|
|
#endif |