From 72811f0065f71ddc13e3d3243d1a7b814f971c48 Mon Sep 17 00:00:00 2001 From: cascade Date: Fri, 25 Aug 2006 21:01:16 +0000 Subject: [PATCH] OCC13051, OCC13258 Using nonexistent objects in Standard_ForMapOfTypes class; Improvements in FDC (64-bit warnings, etc.) --- src/WOKNT/WOKNT_MixedOutput.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.5