From: Nishi Date: Sat, 14 Sep 2024 15:14:49 +0000 (+0000) Subject: add linux X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=24d0459fc9883677d65611cd2a8b388c9f199781;p=tewi.git add linux git-svn-id: file:///raid/svn-personal/tewi/trunk@27 8739d7e6-ffea-ec47-b151-bdff447c6205 --- diff --git a/Server/version.c b/Server/version.c index eeb9d08..b68d001 100644 --- a/Server/version.c +++ b/Server/version.c @@ -8,9 +8,11 @@ const char* tw_version = "0.00"; const char* tw_platform = #if defined(PLATFORM) - PLATFORM + PLATFORMM #elif defined(__NetBSD__) "NetBSD" +#elif defined(__linux__) + "Linux" #elif defined(__MINGW32__) "Windows" #else