Francois Gouget : krnl386.exe16: Fix the _lread16() documentation.
Module: wine Branch: master Commit: a4e38fab7c0cfb2060adf6fc5fb32c37a9c8f418 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a4e38fab7c0cfb2060adf6fc5f... Author: Francois Gouget <fgouget(a)free.fr> Date: Fri Mar 13 20:10:36 2015 +0100 krnl386.exe16: Fix the _lread16() documentation. --- dlls/krnl386.exe16/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/krnl386.exe16/file.c b/dlls/krnl386.exe16/file.c index 1386fe1..1584340 100644 --- a/dlls/krnl386.exe16/file.c +++ b/dlls/krnl386.exe16/file.c @@ -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 ) {
participants (1)
-
Alexandre Julliard