summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 11:59:54 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 11:59:54 +0000
commit9400bbbf52a01b2a7fa5810fb04c1e79e33d1e13 (patch)
treedff81b76c5a09e2a1b58f76851674dcaccdf20e3 /tools
parentd8b9e434f5dc8f70d73414924759a8a98604bb09 (diff)
INTEGRATION: CWS os2port02 (1.2.68); FILE MERGED
2007/09/30 12:08:49 ydario 1.2.68.1: Issue number: i82034 Submitted by: ydario Reviewed by: ydario Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/tools/inetdef.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/inc/tools/inetdef.hxx b/tools/inc/tools/inetdef.hxx
index 868b01fb6563..9415ac28996b 100644
--- a/tools/inc/tools/inetdef.hxx
+++ b/tools/inc/tools/inetdef.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: inetdef.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2007-04-11 20:12:28 $
+ * last change: $Author: hr $ $Date: 2007-11-02 12:59:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,6 +39,8 @@
//============================================================================
#if defined WNT
#define TOOLS_INETDEF_OS "Win32"
+#elif defined OS2
+#define TOOLS_INETDEF_OS "OS/2"
#elif defined UNX
#if defined AIX
#define TOOLS_INETDEF_OS "AIX"