Use the correct define for macOS-specific code

This commit is contained in:
Ole André Vadla Ravnås
2017-05-21 19:35:07 +02:00
parent 096a11593f
commit 4d6bfa058a
+1 -1
View File
@@ -34,7 +34,7 @@
#ifdef _MSC_VER
# pragma warning (pop)
#endif
#ifdef HAVE_MAC
#ifdef HAVE_MACOS
# include <crt_externs.h>
#endif