From 3ccf1cf08155f4205587d7d554e0011eed40717b Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Fri, 2 Nov 2007 12:02:56 +0000
Subject: INTEGRATION: CWS os2port02 (1.7.32); FILE MERGED 2007/09/30 12:08:51
ydario 1.7.32.1: Issue number: i82034 Submitted by: ydario Reviewed by:
ydario Commit of changes for OS/2 CWS source code integration.
---
tools/source/generic/toolsin.cxx | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/tools/source/generic/toolsin.cxx b/tools/source/generic/toolsin.cxx
index b8c7b26ffbf9..f53ec9cc23b0 100644
--- a/tools/source/generic/toolsin.cxx
+++ b/tools/source/generic/toolsin.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: toolsin.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 22:14:54 $
+ * last change: $Author: hr $ $Date: 2007-11-02 13:02:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -51,7 +51,7 @@
#include
#endif
-#if defined WNT
+#if defined WNT || defined OS2
#include
#endif
@@ -105,4 +105,7 @@ void GlobalDeInitTools()
#if defined WNT
ImpDeInitWinTools();
#endif
+#ifdef OS2
+ ImpDeInitOS2Tools();
+#endif
}
--
cgit