summaryrefslogtreecommitdiff
path: root/stoc/test/testloader.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/test/testloader.cxx')
-rw-r--r--stoc/test/testloader.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/stoc/test/testloader.cxx b/stoc/test/testloader.cxx
index 01491a7f8e83..848a3c006d84 100644
--- a/stoc/test/testloader.cxx
+++ b/stoc/test/testloader.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testloader.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dbo $ $Date: 2000-11-08 09:36:19 $
+ * last change: $Author: pluby $ $Date: 2001-02-12 03:30:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -111,8 +111,12 @@ int _cdecl main( int argc, char * argv[] )
#ifdef SAL_W32
OUString dllName( OUString::createFromAscii("cpld.dll") );
#else
+#ifdef MACOSX
+ OUString dllName( OUString::createFromAscii("libcpld.dylib.framework") );
+#else
OUString dllName( OUString::createFromAscii("libcpld.so") );
#endif
+#endif
if (pModule->load(dllName))
{