No more need for PATH_SEPARATOR inside SDL

This commit is contained in:
Vas Crabb 2015-03-31 15:41:02 +11:00
parent 9a8109a63c
commit 6bd93dc2c9

View File

@ -80,9 +80,3 @@ struct _IO_FILE {}; //_IO_FILE is an opaque type in the emscripten libc which m
#ifdef __GNUC__
#define alloca __builtin_alloca
#endif
//============================================================
// misc.
//============================================================
#define PATH_SEPARATOR "/"