diff options
-rw-r--r-- | l10ntools/source/srciter.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/l10ntools/source/srciter.cxx b/l10ntools/source/srciter.cxx index bf407c9189fa..6a16d92d0227 100644 --- a/l10ntools/source/srciter.cxx +++ b/l10ntools/source/srciter.cxx @@ -82,7 +82,9 @@ void SourceTreeIterator::ExecuteDirectory( transex::Directory& aDirectory ) sDirName.indexOf( WCARD5 , 0 ) > -1 || sDirName.indexOf( WCARD6 , 0 ) > -1 || sDirName.indexOf( WCARD7 , 0 ) > -1 || +#ifndef WNT sDirName.indexOf( WCARD8 , 0 ) > -1 || +#endif sDirName.indexOf( WCARD9 , 0 ) > -1 ) return; //printf("**** %s \n", OUStringToOString( sDirName , RTL_TEXTENCODING_UTF8 , sDirName.getLength() ).getStr() ); |