Changeset - r7914:c9a9ea3873db
[Not reviewed]
master
0 1 0
rubidium - 17 years ago 2007-11-18 20:21:41
rubidium@openttd.org
(svn r11467) -Fix [FS#1450]: OpenBSD has ALIGN already defined, causing compilation failures.
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/stdafx.h
Show inline comments
 
@@ -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)
0 comments (0 inline, 0 general)