summaryrefslogtreecommitdiff
path: root/io/test
diff options
context:
space:
mode:
Diffstat (limited to 'io/test')
-rw-r--r--io/test/testcomponent.cxx2
-rw-r--r--io/test/testconnection.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/io/test/testcomponent.cxx b/io/test/testcomponent.cxx
index b111e4df66b6..839f250d73ea 100644
--- a/io/test/testcomponent.cxx
+++ b/io/test/testcomponent.cxx
@@ -108,7 +108,7 @@ int main (int argc, char **argv)
sTestName = "test";
sTestName += argv[2];
-#if defined(SAL_W32) || defined(SAL_OS2)
+#if defined(SAL_W32)
OUString aDllName = OStringToOUString( sTestName , RTL_TEXTENCODING_ASCII_US );
#else
OUString aDllName(RTL_CONSTASCII_USTRINGPARAM("lib"));
diff --git a/io/test/testconnection.cxx b/io/test/testconnection.cxx
index 7cedd87487e5..b4818c16f770 100644
--- a/io/test/testconnection.cxx
+++ b/io/test/testconnection.cxx
@@ -179,7 +179,7 @@ void testConnection( const OUString &sConnectionDescription ,
}
-#if (defined UNX) || (defined OS2)
+#if (defined UNX)
int main( int argc, char * argv[] )
#else
int __cdecl main( int argc, char * argv[] )