diff options
author | Francois Tigeot <ftigeot@wolfpond.org> | 2011-04-16 09:08:29 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-04-18 16:59:48 +0200 |
commit | 35e1b53c7e6176315257cae9434ec4364262282c (patch) | |
tree | 32c349e5d26d2e4475af8ae260bdc29ca4dd17f3 /sal/workben | |
parent | be6061a954b5f55b20d0e58aa12b425b6505f56e (diff) |
Remove OS/2 support.
Diffstat (limited to 'sal/workben')
-rw-r--r-- | sal/workben/test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/workben/test.cxx b/sal/workben/test.cxx index c930e67e121d..454bc8919846 100644 --- a/sal/workben/test.cxx +++ b/sal/workben/test.cxx @@ -31,7 +31,7 @@ #include <stdio.h> -#if (defined UNX) || (defined OS2) +#if (defined UNX) int main( int argc, char * argv[] ) #else int _cdecl main( int argc, char * argv[] ) |