mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-08 01:10:28 +00:00
(svn r17923) -Feature: "port" OpenTTD to GNU/Hurd
This commit is contained in:
parent
86fd0c0bce
commit
c2c0d1e5d4
@ -1901,6 +1901,7 @@ detect_os() {
|
||||
/cygwin/ { print "CYGWIN"; exit}
|
||||
/mingw/ { print "MINGW"; exit}
|
||||
/os\/2/ { print "OS2"; exit}
|
||||
/gnu/ { print "UNIX"; exit}
|
||||
'`
|
||||
fi
|
||||
|
||||
|
@ -30,6 +30,10 @@
|
||||
#include <set>
|
||||
#include <stack>
|
||||
|
||||
#ifndef PATH_MAX
|
||||
# define PATH_MAX 260
|
||||
#endif
|
||||
|
||||
/** Simple string comparator using strcmp as implementation */
|
||||
struct StringCompare {
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user