]> OCCT Git - occt-wok.git/commitdiff
No comments
authorcas <cas@opencascade.com>
Thu, 13 Jan 2000 17:59:02 +0000 (17:59 +0000)
committercas <cas@opencascade.com>
Thu, 13 Jan 2000 17:59:02 +0000 (17:59 +0000)
src/WOKNT/WOKNT_MixedOutput.cxx
src/WOKNT/WOKNT_OutErrOutput.cxx
src/WOKNT/WOKNT_PathIterator.cxx
src/WOKNT/WOKNT_Shell_1.cxx
src/WOKNT/WOKNT_chmod.cxx
src/WOKNT/WOKNT_rm.cxx

index 1a87e191202c917ba7f7d1972b7a0700d1566d53..f0c5caa379c138c44f0e6535d5925517fb64640a 100755 (executable)
@@ -4,7 +4,8 @@
 #include <WOKNT_MixedOutput.ixx>
 
 #include <TCollection_HAsciiString.hxx>
-#include <OSD_WNT.h>
+#include <OSD_WNT.hxx>
+#include <OSD_WNT_1.hxx>
 
 #define MAX_LINE_LENGTH 2048
 
index 051176e28329c2f7be02369c4f92cb1c0372cc98..a006cd54f3218668326aaada3fd4ea08114a3861 100755 (executable)
@@ -3,7 +3,8 @@
 
 #include <WOKNT_OutErrOutput.ixx>
 
-#include <OSD_WNT.h>
+#include <OSD_WNT.hxx>
+#include <OSD_WNT_1.hxx>
 
 void                                      __fastcall _WOKNT_clear_pipe ( HANDLE );
 DWORD                                     __fastcall _WOKNT_nb_to_read ( HANDLE );
index fd8ddd5b94c7616514dd4db9e75b4155a0e852ab..e2d2cf13a6a13d62c6b4419401ce2cdb0aa4736d 100755 (executable)
@@ -5,7 +5,7 @@
 
 #include <WOKTools_Messages.hxx>
 
-#include <stream.h>
+#include <Standard_Stream.hxx>
 
 WOKNT_PathIterator::WOKNT_PathIterator(const Handle(WOKNT_Path)& apath, const Standard_Boolean abool, const Standard_CString amask) 
 : mypath(apath), myrecflag(abool), mymask(amask)
index 32afbef99e07df47d03d5cdce3fc8044f16ae9f2..f13a5d568a57cb6b4c6a734f1cc0faea340dad9c 100755 (executable)
@@ -10,7 +10,7 @@
 #include <OSD_Path.hxx>
 #include <OSD_SharedLibrary.hxx>
 
-#include <regexp.h>
+#include <Standard_regexp.h>
 #include <stdio.h>
 
 typedef int ( *EXT_FUNC ) ( int, TCHAR** );
index 1994b45703cd8f30c334ca1f310f43552f174b0e..9afbc8464a04d3a759a62f60282faedc0ccc27ee 100755 (executable)
@@ -2,7 +2,8 @@
 #include <iostream.h>
 #include <stdlib.h>
 
-#include <OSD_WNT.h>
+#include <OSD_WNT.hxx>
+#include <OSD_WNT_1.hxx>
 #include <OSD_File.hxx>
 #include <OSD_Path.hxx>
 #include <OSD_Protection.hxx>
index a81d56a89aca898d9911ed98eb46282eebcd7c5c..4a85aeb94b774158d2df0d36b8c8aceedeee6f2d 100755 (executable)
@@ -4,7 +4,8 @@
 #include <io.h>
 #include <sys/stat.h>
 
-#include <OSD_WNT.h>
+#include <OSD_WNT.hxx>
+#include <OSD_WNT_1.hxx>
 #include <OSD_File.hxx>
 #include <OSD_Path.hxx>
 #include <OSD_Protection.hxx>