From e15a5365d1134fd449f013428a9ae6d167a855ee Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 18 Nov 2007 20:21:41 +0000 Subject: (svn r11467) -Fix [FS#1450]: OpenBSD has ALIGN already defined, causing compilation failures. --- src/stdafx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/stdafx.h b/src/stdafx.h index d9bf34835..d3c268e7a 100644 --- a/src/stdafx.h +++ b/src/stdafx.h @@ -360,6 +360,8 @@ CDECL error(const char *str, ...); #elif defined(OPENBSD) /* OpenBSD uses strcasecmp(3) */ #define _stricmp strcasecmp +/* OpenBSD furthermore already has an ALIGN macro. */ +#undef ALIGN #endif #if !defined(MORPHOS) && !defined(OPENBSD) -- cgit v1.2.3-70-g09d2