diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-21 16:26:08 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-21 16:26:08 +0300 |
commit | 11c71842f6d73f80cc40d2752421eec9af40bb51 (patch) | |
tree | d6de27d1d9e96bae92a6b7e7db3ce661b1582afb /connectivity/workben | |
parent | 15083950a5c814dd5765ef49751a2700052a5a99 (diff) |
Drop OS2
Diffstat (limited to 'connectivity/workben')
-rw-r--r-- | connectivity/workben/iniParser/main.cxx | 2 | ||||
-rw-r--r-- | connectivity/workben/little/main.cxx | 2 | ||||
-rw-r--r-- | connectivity/workben/testmoz/main.cxx | 2 | ||||
-rw-r--r-- | connectivity/workben/testmoz/mozthread.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/workben/iniParser/main.cxx b/connectivity/workben/iniParser/main.cxx index a994e2d6ff1c..692acde215a0 100644 --- a/connectivity/workben/iniParser/main.cxx +++ b/connectivity/workben/iniParser/main.cxx @@ -180,7 +180,7 @@ public: }; -#if (defined UNX) || (defined OS2) +#if (defined UNX) int main( int argc, char * argv[] ) #else int _cdecl main( int argc, char * argv[] ) diff --git a/connectivity/workben/little/main.cxx b/connectivity/workben/little/main.cxx index 2123a22fd69a..8ae9926c9377 100644 --- a/connectivity/workben/little/main.cxx +++ b/connectivity/workben/little/main.cxx @@ -55,7 +55,7 @@ using namespace cppu; using ::rtl::OUString; -#if (defined UNX) || (defined OS2) +#if (defined UNX) void main( int argc, char * argv[] ) #else void _cdecl main( int argc, char * argv[] ) diff --git a/connectivity/workben/testmoz/main.cxx b/connectivity/workben/testmoz/main.cxx index deca6f637ab4..86e991e128e1 100644 --- a/connectivity/workben/testmoz/main.cxx +++ b/connectivity/workben/testmoz/main.cxx @@ -634,7 +634,7 @@ void menuMain() PRINTSTR("4 Open OE Address Book\n") PRINTSTR("Please Input your choice:") } -#if (defined UNX) || (defined OS2) +#if (defined UNX) int main( int argc, char * argv[] ) #else int _cdecl main( int argc, char * argv[] ) diff --git a/connectivity/workben/testmoz/mozthread.cxx b/connectivity/workben/testmoz/mozthread.cxx index 087d0640f5ba..9286ec1695a6 100644 --- a/connectivity/workben/testmoz/mozthread.cxx +++ b/connectivity/workben/testmoz/mozthread.cxx @@ -406,7 +406,7 @@ void usage() PRINTLN("-e test outlook express"); PRINTLN("0 < threadcount <= 100, default 100"); } -#if (defined UNX) || (defined OS2) +#if (defined UNX) int main( int argc, char * argv[] ) #else int _cdecl main( int argc, char * argv[] ) |