Kaydet (Commit) 246dda00 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Test _WIN32 instead of WNT and UNX

Change-Id: I5c48fb1363609fe6d051794351fa5aaab29979b9
üst fcb0e1e9
......@@ -55,7 +55,7 @@ SwASCWriter::SwASCWriter( const OUString& rFltNm )
break;
case 'A':
#if !defined(WNT)
#ifndef _WIN32
aNewOpts.SetCharSet( RTL_TEXTENCODING_MS_1252 );
aNewOpts.SetParaFlags( LINEEND_CRLF );
#endif
......@@ -67,7 +67,7 @@ SwASCWriter::SwASCWriter( const OUString& rFltNm )
break;
case 'X':
#if !defined(UNX)
#ifdef _WIN32
aNewOpts.SetCharSet( RTL_TEXTENCODING_MS_1252 );
aNewOpts.SetParaFlags( LINEEND_LF );
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment