define separator on apple
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
08ac44514e
commit
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