mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r9711) -Fix: don't include one system-header-file on MorphOS as it gives silly warnings and is unneeded for OpenTTD
This commit is contained in:
parent
2f188272af
commit
a5b77fad87
@ -78,6 +78,9 @@
|
|||||||
# ifdef amiga
|
# ifdef amiga
|
||||||
# undef amiga
|
# undef amiga
|
||||||
# endif
|
# 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__ */
|
#endif /* __MORPHOS__ */
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
|
Loading…
Reference in New Issue
Block a user