krnl386.exe16: Fix the _lread16() documentation.
This commit is contained in:
parent
17f425290e
commit
a4e38fab7c
|
@ -394,7 +394,7 @@ HFILE16 WINAPI _lopen16( LPCSTR path, INT16 mode )
|
|||
|
||||
|
||||
/***********************************************************************
|
||||
* _lread16 (KERNEL.82)
|
||||
* _lread16 (internal)
|
||||
*/
|
||||
UINT16 WINAPI _lread16( HFILE16 hFile, LPVOID buffer, UINT16 count )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue