We are now officially running under BeOS !

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@335 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues 2008-11-12 21:21:26 +00:00
parent 1b183d5861
commit bf7e4a53dd

2
io.h
View File

@ -43,7 +43,7 @@ void Extraire_chemin(char *Destination, const char *Source);
char * Position_dernier_slash(const char * Chaine);
#ifdef __linux__
#if defined(__linux__)||defined(__BEOS__)||defined(__HAIKU__)
#define SEPARATEUR_CHEMIN "/"
#else
#define SEPARATEUR_CHEMIN "\\"