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. --- stoc/test/testregistry.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stoc/test/testregistry.cxx') diff --git a/stoc/test/testregistry.cxx b/stoc/test/testregistry.cxx index 50c8e34c08e3..b420749ee9a2 100644 --- a/stoc/test/testregistry.cxx +++ b/stoc/test/testregistry.cxx @@ -113,7 +113,7 @@ OUString getExePath() { OUString exe; OSL_VERIFY( osl_getExecutableFile( &exe.pData ) == osl_Process_E_None); -#if defined(WIN32) || defined(__OS2__) || defined(WNT) +#if defined(WIN32) || defined(WNT) exe = exe.copy(0, exe.getLength() - 16); #else exe = exe.copy(0, exe.getLength() - 12); -- cgit