summaryrefslogtreecommitdiff
path: root/transex3/source/txtconv.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'transex3/source/txtconv.cxx')
-rw-r--r--transex3/source/txtconv.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/transex3/source/txtconv.cxx b/transex3/source/txtconv.cxx
index a497a925b56e..2f442b80a83d 100644
--- a/transex3/source/txtconv.cxx
+++ b/transex3/source/txtconv.cxx
@@ -70,7 +70,7 @@ void Help()
}
/*****************************************************************************/
-#if defined( UNX )
+#if defined(UNX) || defined(OS2)
int main( int argc, char *argv[] )
#else
int _cdecl main( int argc, char *argv[] )