Changeset - r6524:e3bb5eb07155
[Not reviewed]
master
0 1 0
truelight - 17 years ago 2007-04-21 13:20:20
truelight@openttd.org
(svn r9711) -Fix: don't include one system-header-file on MorphOS as it gives silly warnings and is unneeded for OpenTTD
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/stdafx.h
Show inline comments
 
@@ -78,6 +78,9 @@
 
# ifdef amiga
 
#  undef amiga
 
# endif
 
/* Act like we already included this file, as it somehow gives linkage problems
 
 *  (mismatch linkage of C++ and C between this include and unistd.h). */
 
#define CLIB_USERGROUP_PROTOS_H
 
#endif /* __MORPHOS__ */
 

	
 
#ifdef __APPLE__
0 comments (0 inline, 0 general)