remove HAVE_UNIX harder
This commit is contained in:
@@ -3,9 +3,6 @@
|
|||||||
|
|
||||||
// In here, you define which APIs are guaranteed to be available on which OSes.
|
// In here, you define which APIs are guaranteed to be available on which OSes.
|
||||||
// Don't ever actually #include anything here -- that's for */Selector_*.h.
|
// Don't ever actually #include anything here -- that's for */Selector_*.h.
|
||||||
#if defined(UNIX) && !defined(__MACOSX__)
|
|
||||||
#define HAVE_UNIX
|
|
||||||
#endif
|
|
||||||
#if defined(__MACOSX__)
|
#if defined(__MACOSX__)
|
||||||
#define HAVE_MACOSX
|
#define HAVE_MACOSX
|
||||||
#define HAVE_COCOA
|
#define HAVE_COCOA
|
||||||
|
|||||||
Reference in New Issue
Block a user