4b8a131d38
* remove obsolete patch part * enable x64 target for vc project file on win64 Change-Id: Ie794c08c9f739ad8c9c68c423f72e79ed4f6b0ff Reviewed-on: https://gerrit.libreoffice.org/10856 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
10 lines
248 B
Diff
10 lines
248 B
Diff
--- misc/cppunit-1.13.1/src/cppunit/UnixDynamicLibraryManager.cpp
|
|
+++ misc/build/cppunit-1.13.1/src/cppunit/UnixDynamicLibraryManager.cpp
|
|
@@ -20,7 +20,6 @@
|
|
void
|
|
DynamicLibraryManager::doReleaseLibrary()
|
|
{
|
|
- ::dlclose( m_libraryHandle);
|
|
}
|
|
|
|
|