Re: msvcrt: _getmaxstdio and _setmaxstdio

2006-07-25 Thread Chris
On Tuesday 25 July 2006 11:54, Phil Lodwick wrote: > Greetings, > > I have an application that requires these functions which are currently > stubs in wine. These functions set/retrieve the number of files that can > be simultaneously open at the stdio level. As of now the Win32 platform > has a

msvcrt: _getmaxstdio and _setmaxstdio

2006-07-25 Thread Phil Lodwick
Greetings, I have an application that requires these functions which are currently stubs in wine. These functions set/retrieve the number of files that can be simultaneously open at the stdio level. As of now the Win32 platform has a default of 512 and can be set as high as 2048. There is prob