From 7268627fb5b5e7a8e8ce7c1b3686930d3c19222d Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 20 Sep 2007 14:24:35 +0000 Subject: [PATCH] INTEGRATION: CWS os2port01 (1.5.156); FILE MERGED 2006/11/29 14:26:53 ydario 1.5.156.1: Initial OS/2 import. --- sal/rtl/source/macro.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sal/rtl/source/macro.hxx b/sal/rtl/source/macro.hxx index 109019d7abc9..0ac3d372d0d9 100644 --- a/sal/rtl/source/macro.hxx +++ b/sal/rtl/source/macro.hxx @@ -4,9 +4,9 @@ * * $RCSfile: macro.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: kz $ $Date: 2005-10-05 11:40:14 $ + * last change: $Author: vg $ $Date: 2007-09-20 15:24:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -41,6 +41,8 @@ #if defined WIN32 #define THIS_OS "Windows" +#elif defined OS2 +#define THIS_OS "OS/2" #elif defined SOLARIS #define THIS_OS "Solaris" #elif defined LINUX