fmacros.h: Fix warning when compiled with -Wundef

This commit is contained in:
Jerry Jacobs 2016-04-17 20:23:42 +00:00
parent 1b8ed38843
commit 9317a74ae5
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
#define _XOPEN_SOURCE
#endif
#if __APPLE__ && __MACH__
#if defined(__APPLE__) && defined(__MACH__)
#define _OSX
#endif