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