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 /registry/tools | |
parent | be6061a954b5f55b20d0e58aa12b425b6505f56e (diff) |
Remove OS/2 support.
Diffstat (limited to 'registry/tools')
-rw-r--r-- | registry/tools/checksingleton.cxx | 4 | ||||
-rw-r--r-- | registry/tools/rdbedit.cxx | 2 | ||||
-rw-r--r-- | registry/tools/regcompare.cxx | 4 | ||||
-rw-r--r-- | registry/tools/regmerge.cxx | 4 | ||||
-rw-r--r-- | registry/tools/regview.cxx | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/registry/tools/checksingleton.cxx b/registry/tools/checksingleton.cxx index 502be9638c44..04152c59279b 100644 --- a/registry/tools/checksingleton.cxx +++ b/registry/tools/checksingleton.cxx @@ -231,7 +231,7 @@ static sal_Bool checkSingletons(Options_Impl const & options, RegistryKey& singl return bRet; } -#if (defined UNX) || (defined OS2) || (defined __MINGW32__) +#if (defined UNX) (defined __MINGW32__) int main( int argc, char * argv[] ) #else int _cdecl main( int argc, char * argv[] ) @@ -344,4 +344,4 @@ int _cdecl main( int argc, char * argv[] ) } } -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/registry/tools/rdbedit.cxx b/registry/tools/rdbedit.cxx index f85e3cddb8f4..370c82bea4d3 100644 --- a/registry/tools/rdbedit.cxx +++ b/registry/tools/rdbedit.cxx @@ -262,7 +262,7 @@ OString Options::prepareVersion() static Options options; -#if (defined UNX) || (defined OS2) || (defined __MINGW32__) +#if (defined UNX) || (defined __MINGW32__) int main( int argc, char * argv[] ) #else int _cdecl main( int argc, char * argv[] ) diff --git a/registry/tools/regcompare.cxx b/registry/tools/regcompare.cxx index 7758c4a74066..44f725ce0d49 100644 --- a/registry/tools/regcompare.cxx +++ b/registry/tools/regcompare.cxx @@ -1962,7 +1962,7 @@ static sal_uInt32 compareKeys( return nError; } -#if (defined UNX) || (defined OS2) || defined __MINGW32__ +#if (defined UNX) || defined __MINGW32__ int main( int argc, char * argv[] ) #else int _cdecl main( int argc, char * argv[] ) @@ -2090,4 +2090,4 @@ int _cdecl main( int argc, char * argv[] ) return ((nError > 0) ? 11 : 0); } -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/registry/tools/regmerge.cxx b/registry/tools/regmerge.cxx index 9e25bc56f396..193209be2733 100644 --- a/registry/tools/regmerge.cxx +++ b/registry/tools/regmerge.cxx @@ -92,7 +92,7 @@ bool Options_Impl::initOptions_Impl (std::vector< std::string > & rArgs) return true; } -#if (defined UNX) || (defined OS2) +#if (defined UNX) int main( int argc, char * argv[] ) #else int _cdecl main( int argc, char * argv[] ) @@ -179,4 +179,4 @@ int _cdecl main( int argc, char * argv[] ) return(0); } -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/registry/tools/regview.cxx b/registry/tools/regview.cxx index 482d62b44f9b..2cb11b815c86 100644 --- a/registry/tools/regview.cxx +++ b/registry/tools/regview.cxx @@ -40,7 +40,7 @@ using rtl::OUString; using namespace registry::tools; -#if (defined UNX) || (defined OS2) +#if (defined UNX) int main( int argc, char * argv[] ) #else int _cdecl main( int argc, char * argv[] ) |