From 117e22047c5752352342d64e3fb7ce00a4eb8113 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:45:04 -0500 Subject: Second Life viewer sources 1.18.1.2 --- linden/indra/newview/lluserauth.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linden/indra/newview/lluserauth.cpp') diff --git a/linden/indra/newview/lluserauth.cpp b/linden/indra/newview/lluserauth.cpp index 1513175..f790fe7 100644 --- a/linden/indra/newview/lluserauth.cpp +++ b/linden/indra/newview/lluserauth.cpp @@ -57,6 +57,8 @@ static const char* PLATFORM_STRING = "Win"; static const char* PLATFORM_STRING = "Mac"; #elif LL_LINUX static const char* PLATFORM_STRING = "Lnx"; +#elif LL_SOLARIS +static const char* PLATFORM_STRING = "Sol"; #else #error("Unknown platform defined!") #endif -- cgit v1.1