Compare commits
No commits in common. "main" and "1.1.1" have entirely different histories.
|
@ -54,10 +54,6 @@
|
|||
#define SEPARATOR '/'
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
#define SEPARATOR '/'
|
||||
#endif
|
||||
|
||||
#ifndef max
|
||||
#define max(x, y) (((x) > (y)) ? (x) : (y))
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue