Searched defs:IS_APPLE (Results 1 – 2 of 2) sorted by relevance
288 IS_APPLE := $(shell $(CC) -dM -E - < /dev/null 2> /dev/null | grep __apple_build_version__ | wc -l … macro
507 #define IS_APPLE( n ) ( (n)->platformID == 1 && \ macro