krnl386.exe16: Fix the _lread16() documentation.

Francois Gouget fgouget at free.fr
Fri Mar 13 14:10:36 CDT 2015


It's WIN16_lread() which is exported.
---
 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 )
 {
-- 
2.1.4



More information about the wine-patches mailing list