* Removed special handling of path separator for WIN32 implementation
pull/1/head
David Freese 2012-03-21 04:54:38 -05:00
rodzic a7169ea22b
commit c3f315bb9f
1 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -199,11 +199,7 @@ deprecated__ typeof(strcat) strcat;
# define PRIdSZ "Id"
#endif
#ifndef __MINGW32__
# define PATH_SEP "/"
#else
# define PATH_SEP "\\"
#endif
// Unnamed sempahores are not supported on OS X
// (and named semaphores are broken on cygwin).