From: cascade Date: Fri, 25 Aug 2006 21:01:16 +0000 (+0000) Subject: OCC13051, OCC13258 Using nonexistent objects in Standard_ForMapOfTypes class; Improve... X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=72811f0065f71ddc13e3d3243d1a7b814f971c48;p=occt-wok.git OCC13051, OCC13258 Using nonexistent objects in Standard_ForMapOfTypes class; Improvements in FDC (64-bit warnings, etc.) --- diff --git a/src/WOKNT/WOKNT_MixedOutput.cxx b/src/WOKNT/WOKNT_MixedOutput.cxx index 806aec2..c21390f 100755 --- a/src/WOKNT/WOKNT_MixedOutput.cxx +++ b/src/WOKNT/WOKNT_MixedOutput.cxx @@ -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;