Windows: Use the Windows style PATH separator ';'.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
This commit is contained in:
Johannes Sixt
2007-12-03 21:55:57 +01:00
parent f4626df51f
commit 80ba074f41
5 changed files with 15 additions and 5 deletions

View File

@ -110,6 +110,10 @@
#define PRIuMAX "llu"
#endif
#ifndef PATH_SEP
#define PATH_SEP ':'
#endif
#ifdef __GNUC__
#define NORETURN __attribute__((__noreturn__))
#else