Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
cosmonaut | c0dbc791e6 |
|
@ -54,6 +54,10 @@
|
|||
#define SEPARATOR '/'
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
#define SEPARATOR '/'
|
||||
#endif
|
||||
|
||||
#ifndef max
|
||||
#define max(x, y) (((x) > (y)) ? (x) : (y))
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue