mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-03 04:43:12 +00:00
(svn r11467) -Fix [FS#1450]: OpenBSD has ALIGN already defined, causing compilation failures.
This commit is contained in:
parent
96d156944f
commit
e15a5365d1
@ -360,6 +360,8 @@ CDECL error(const char *str, ...);
|
|||||||
#elif defined(OPENBSD)
|
#elif defined(OPENBSD)
|
||||||
/* OpenBSD uses strcasecmp(3) */
|
/* OpenBSD uses strcasecmp(3) */
|
||||||
#define _stricmp strcasecmp
|
#define _stricmp strcasecmp
|
||||||
|
/* OpenBSD furthermore already has an ALIGN macro. */
|
||||||
|
#undef ALIGN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(MORPHOS) && !defined(OPENBSD)
|
#if !defined(MORPHOS) && !defined(OPENBSD)
|
||||||
|
Loading…
Reference in New Issue
Block a user