Kaydet (Commit) 01da593c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Revert "Bypass DLL prefix and extension stuff on iOS for now"

Not needed now with a normal SAL_DLLEXTENSION defined for iOS.

This reverts commit dc915ed7fbbbeef9eefbf5bda07289a9462b6904.
üst 0ab0d0c9
...@@ -244,7 +244,6 @@ static OUString makeComponentPath( ...@@ -244,7 +244,6 @@ static OUString makeComponentPath(
if (rPath[ rPath.getLength() -1 ] != '/') if (rPath[ rPath.getLength() -1 ] != '/')
buf.append( (sal_Unicode) '/' ); buf.append( (sal_Unicode) '/' );
} }
#ifndef IOS
sal_Int32 nEnd = endsWith( rLibName, OUSTR(SAL_DLLEXTENSION) ); sal_Int32 nEnd = endsWith( rLibName, OUSTR(SAL_DLLEXTENSION) );
if (nEnd < 0) // !endsWith if (nEnd < 0) // !endsWith
{ {
...@@ -257,7 +256,6 @@ static OUString makeComponentPath( ...@@ -257,7 +256,6 @@ static OUString makeComponentPath(
buf.appendAscii( RTL_CONSTASCII_STRINGPARAM(SAL_DLLEXTENSION) ); buf.appendAscii( RTL_CONSTASCII_STRINGPARAM(SAL_DLLEXTENSION) );
} }
else // name is completely pre/postfixed else // name is completely pre/postfixed
#endif
{ {
buf.append( rLibName ); buf.append( rLibName );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment