summaryrefslogtreecommitdiff
path: root/transex3/source/localize.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'transex3/source/localize.cxx')
-rw-r--r--transex3/source/localize.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/transex3/source/localize.cxx b/transex3/source/localize.cxx
index c03c885b0c51..1d7e17c7df7c 100644
--- a/transex3/source/localize.cxx
+++ b/transex3/source/localize.cxx
@@ -835,7 +835,7 @@ BOOL CheckLanguages( ByteString &rLanguages )
}
/*****************************************************************************/
-#if defined( UNX )
+#if defined(UNX) || defined(OS2)
int main( int argc, char *argv[] )
#else
int _cdecl main( int argc, char *argv[] )