From 35e1b53c7e6176315257cae9434ec4364262282c Mon Sep 17 00:00:00 2001 From: Francois Tigeot Date: Sat, 16 Apr 2011 09:08:29 +0200 Subject: Remove OS/2 support. --- io/test/testconnection.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io/test/testconnection.cxx') 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[] ) -- cgit