From bf7e4a53ddd93115cf5d4a270efefe472bc81869 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Wed, 12 Nov 2008 21:21:26 +0000 Subject: [PATCH] We are now officially running under BeOS ! git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@335 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.h b/io.h index 1187165e..fa8b8af9 100644 --- a/io.h +++ b/io.h @@ -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 "\\"