summaryrefslogtreecommitdiff
path: root/cppuhelper/test
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-20 13:26:18 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-20 13:26:18 +0000
commit311334f997d4ee7ac4bfc9378d701fe58c98d501 (patch)
tree898f1aad695f02c7f9aec0d5d2a6fda80aa98fab /cppuhelper/test
parent2eb158b3b8351d02f916ee43816d01889fdb762b (diff)
INTEGRATION: CWS os2port01 (1.4.6); FILE MERGED
2007/07/13 14:16:37 obr 1.4.6.2: RESYNC: (1.4-1.6); FILE MERGED 2006/12/28 14:53:53 ydario 1.4.6.1: OS/2 initial import.
Diffstat (limited to 'cppuhelper/test')
-rw-r--r--cppuhelper/test/cfg_test.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppuhelper/test/cfg_test.cxx b/cppuhelper/test/cfg_test.cxx
index 2c2c38f0522b..3e6aa02ed0ae 100644
--- a/cppuhelper/test/cfg_test.cxx
+++ b/cppuhelper/test/cfg_test.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cfg_test.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2006-12-01 17:18:49 $
+ * last change: $Author: vg $ $Date: 2007-09-20 14:26:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -280,7 +280,7 @@ SAL_IMPLEMENT_MAIN()
OSL_VERIFY( xContext->getValueByName( OUSTR("/singletons/com.sun.star.bootstrap.theTestComponent0") ) >>= x );
::fprintf( stderr, "> registering service...\n", n );
-#if defined(SAL_W32)
+#if defined(SAL_W32) || defined(SAL_OS2)
OUString libName( OUSTR("cfg_test.dll") );
#elif defined(SAL_UNX)
OUString libName( OUSTR("libcfg_test.so") );