From 761a739e8ddc83cbbd9650b1a72bee2cd9d135b2 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Fri, 20 Jan 2006 18:15:20 +0000 Subject: [PATCH] Add missong *nix version macros. --- src/odoors/ODGen.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/odoors/ODGen.h b/src/odoors/ODGen.h index 42f3f830e8..196c17c4db 100644 --- a/src/odoors/ODGen.h +++ b/src/odoors/ODGen.h @@ -122,6 +122,11 @@ "(C) Copyright 1991-2001 by Brian Pirie]\n\r" #define OD_VER_FULLNAME "OpenDoors 6.24/Win32" #endif /* ODPLAT_WIN32 */ +#ifdef ODPLAT_NIX +#define OD_VER_SIGNON "[OpenDoors 6.24/*nix - " \ + "(C) Copyright 1991-2001 by Brian Pirie]\n\r" +#define OD_VER_FULLNAME "OpenDoors 6.24/*nix" +#endif /* ODPLAT_NIX */ /* COMPILER DEPENDENT DEFINITIONS. */ -- GitLab