msvcrt: Add stub for _getmaxstdio.

This commit is contained in:
Louis. Lenders 2006-10-17 23:34:02 +01:00 committed by Alexandre Julliard
parent 7d2917ced5
commit a5e6c89dcf
2 changed files with 10 additions and 1 deletions

View File

@ -3079,6 +3079,15 @@ int CDECL MSVCRT_wprintf(const MSVCRT_wchar_t *format, ...)
return res;
}
/*********************************************************************
* _getmaxstdio (MSVCRT.@)
*/
int CDECL _getmaxstdio(void)
{
FIXME("stub, always returns 512\n");
return 512;
}
/*********************************************************************
* __pioinfo (MSVCRT.@)
* FIXME: see MSVCRT_MAX_FILES define.

View File

@ -260,7 +260,7 @@
@ cdecl _getdllprocaddr(long str long)
@ cdecl _getdrive()
@ cdecl _getdrives() kernel32.GetLogicalDrives
@ stub _getmaxstdio #()
@ cdecl _getmaxstdio()
@ cdecl _getmbcp()
@ cdecl _getpid() kernel32.GetCurrentProcessId
@ stub _getsystime #(ptr)