diff --git a/src/include/util.h b/src/include/util.h index 9d09e68f..3ad9fc8d 100644 --- a/src/include/util.h +++ b/src/include/util.h @@ -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).