From 311334f997d4ee7ac4bfc9378d701fe58c98d501 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 20 Sep 2007 13:26:18 +0000 Subject: 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. --- cppuhelper/test/cfg_test.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cppuhelper/test') 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") ); -- cgit