From 01ab1c60011eb1b9cef03fac73da4b71410f1460 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 21 Sep 2009 18:36:33 +0000 Subject: (svn r17606) -Add: initial support for Haiku; a dedicated server with zlib and libpng compiles and links (for me). Something's fishy with the network so it doesn't actually work (yet) --- src/intro_gui.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/intro_gui.cpp') diff --git a/src/intro_gui.cpp b/src/intro_gui.cpp index 47dbd1f11..c0b32b3f0 100644 --- a/src/intro_gui.cpp +++ b/src/intro_gui.cpp @@ -279,6 +279,8 @@ void AskExitGame() SetDParam(0, STR_OSNAME_OSX); #elif defined(__BEOS__) SetDParam(0, STR_OSNAME_BEOS); +#elif defined(__HAIKU__) + SetDParam(0, STR_OSNAME_HAIKU); #elif defined(__MORPHOS__) SetDParam(0, STR_OSNAME_MORPHOS); #elif defined(__AMIGA__) -- cgit v1.2.3-70-g09d2