Compare commits

..

No commits in common. "main" and "1.1.1" have entirely different histories.
main ... 1.1.1

1 changed files with 0 additions and 4 deletions

View File

@ -54,10 +54,6 @@
#define SEPARATOR '/'
#endif
#ifdef __APPLE__
#define SEPARATOR '/'
#endif
#ifndef max
#define max(x, y) (((x) > (y)) ? (x) : (y))
#endif