• R/O
  • HTTP
  • SSH
  • HTTPS

timidity41: Commit


Commit MetaInfo

Revisiónca63e1f55377bd6c78742aceb948cef4febb9070 (tree)
Tiempo2018-09-25 00:22:52
AutorStarg <starg@user...>
CommiterStarg

Log Message

Always define PATH_SEP2 on Windows

Cambiar Resumen

Diferencia incremental

--- a/timidity/sysdep.h
+++ b/timidity/sysdep.h
@@ -614,9 +614,7 @@ int usleep(unsigned int useconds); /* shut gcc warning up */
614614 #if defined(__W32__)
615615 # define PATH_SEP '\\'
616616 # define PATH_STRING "\\"
617-#if defined(__CYGWIN32__) || defined(__MINGW32__)
618617 # define PATH_SEP2 '/'
619-#endif
620618 #elif defined(__MACOS__)
621619 # define PATH_SEP ':'
622620 # define PATH_STRING ":"
Show on old repository browser