From a39dab139b7c301ffd5a5592c292123c54e686cd Mon Sep 17 00:00:00 2001 From: rpj Date: Sun, 6 Mar 2011 15:01:05 +0000 Subject: More 64 bit cast fixups --- need_errno.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'need_errno.h') 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 -- cgit v1.2.3