Skip to content

Commit 4c6f952

Browse files
committed
update GetPath to work for Haiku
1 parent 71195e6 commit 4c6f952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ bool Utils::SaveFile(const char *Path, char *Buf, long L)
152152

153153
/*** Met le bon chemin pour charger un fichier ***/
154154
/*************************************************/
155-
#if (defined(__unix__) || defined(ANDROID)) && !defined(__AMIGAOS4__)
155+
#if (defined(__HAIKU__) || defined(__unix__) || defined(ANDROID)) && !defined(__AMIGAOS4__)
156156
// Version Linux
157157
void Utils::GetPath(char *Path)
158158
{

0 commit comments

Comments
 (0)