summaryrefslogtreecommitdiff
path: root/need_errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'need_errno.h')
-rw-r--r--need_errno.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/need_errno.h b/need_errno.h
index 6099479..314e518 100644
--- a/need_errno.h
+++ b/need_errno.h
@@ -20,8 +20,8 @@
#ifndef _INC_ERRNO
#define _INC_ERRNO
-#if !defined(_WIN32) && !defined(_MAC)
-#error ERROR: Only Mac or Win32 targets supported!
+#if !defined(_WIN32)
+#error ERROR: Only Win32 targets supported!
#endif
#include <winsock.h>