File: macOSMaxAllowed.c

package info (click to toggle)
fltk1.4 1.4.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 28,316 kB
  • sloc: cpp: 154,655; ansic: 102,141; sh: 3,735; makefile: 2,503; xml: 93; perl: 44
file content (6 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6

#include <AvailabilityMacros.h>
#if MAC_OS_X_VERSION_MAX_ALLOWED < SDK_VERSION_CHECK
#error MAC_OS_X_VERSION_MAX_ALLOWED < SDK_VERSION_CHECK
#endif
int main(int argc, char** argv) { return 0; }