summaryrefslogtreecommitdiff
path: root/need_errno.h
diff options
context:
space:
mode:
authorrpj <rpj>2011-03-06 15:01:05 +0000
committerrpj <rpj>2011-03-06 15:01:05 +0000
commita39dab139b7c301ffd5a5592c292123c54e686cd (patch)
tree73aeb7a868f7c075de9ec43344d17d21f99763f9 /need_errno.h
parent1183e5acfa10c7bda1dc39034d6e2fa6dec6016f (diff)
More 64 bit cast fixups
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>