]> OCCT Git - occt-wok.git/commitdiff
OCC13051, OCC13258 Using nonexistent objects in Standard_ForMapOfTypes class; Improve...
authorcascade <cascade@opencascade.com>
Fri, 25 Aug 2006 21:01:16 +0000 (21:01 +0000)
committercascade <cascade@opencascade.com>
Fri, 25 Aug 2006 21:01:16 +0000 (21:01 +0000)
src/WOKNT/WOKNT_MixedOutput.cxx

index 806aec2773b2cb4fac3c2037b038bed07c4654a7..c21390f5099358e41c729ce3f9fe8460d603388f 100755 (executable)
@@ -14,7 +14,7 @@ void                                      __fastcall _WOKNT_clear_pipe ( HANDLE
 DWORD                                     __fastcall _WOKNT_nb_to_read ( HANDLE );
 Handle( TColStd_HSequenceOfHAsciiString ) __fastcall _WOKNT_read_pipe ( OSD_File*, HANDLE );
 void                                      __fastcall _WOKNT_create_pipe (
-                                                      Standard_Integer*, Standard_Integer*
+                                                      Standard_Size*, Standard_Integer*
                                                      );
 
 WOKNT_MixedOutput :: WOKNT_MixedOutput () {
@@ -172,7 +172,7 @@ Handle( TColStd_HSequenceOfHAsciiString ) __fastcall _WOKNT_read_pipe (
 }  // end _WOKNT_read_pipe
 
 void __fastcall _WOKNT_create_pipe (
-                 Standard_Integer* readPipe, Standard_Integer* writePipe
+                 Standard_Size* readPipe, Standard_Integer* writePipe
                 ) {
                 
  SECURITY_ATTRIBUTES sa;