if ( !s.IsNull () && !s -> IsEmpty () ) {
- str -> AssignCat ( s );
- str -> AssignCat ( NL );
+ s -> RemoveAll ( '\\' );
+#ifdef WNT
+ s -> RemoveAll ( '\r' );
+#endif // WNT
+ s -> RemoveAll ( '\n' );
+ str -> AssignCat ( s );
+ str -> AssignCat ( NL );
} // end if
#include <WOKStep_WNTLink.ixx>
// ###### REFERENCER LE STORAGE MANAGER DES COLLECTIONS ######
-extern Standard_IMPORT MMgt_StorageManager aStorageManager;
+//extern Standard_IMPORT MMgt_StorageManager aStorageManager;
+//Standard_IMPORT MMgt_StorageManager aStorageManager;
#ifdef WNT
#include <windows.h>