Msvcrt Spec changes for MSVCRT_fget(?)s functions

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Sun Jul 7 13:39:21 CDT 2002


Changelog:
	dlls/msvcrt/msvcrt.spec: fgets, fgetws
	Don't treat the possible uninitialized buffers as valid string
-- 
Uwe Bonnes                bon at elektron.ikp.physik.tu-darmstadt.de

Free Software: If you contribute nothing, expect nothing
--
Index: wine/dlls/msvcrt/msvcrt.spec
===================================================================
RCS file: /home/wine/wine/dlls/msvcrt/msvcrt.spec,v
retrieving revision 1.42
diff -u -r1.42 msvcrt.spec
--- wine/dlls/msvcrt/msvcrt.spec	21 Jun 2002 19:15:48 -0000	1.42
+++ wine/dlls/msvcrt/msvcrt.spec	7 Jul 2002 15:11:35 -0000
@@ -596,9 +598,9 @@
 @ cdecl fflush(ptr) MSVCRT_fflush
 @ cdecl fgetc(ptr) MSVCRT_fgetc
 @ cdecl fgetpos(ptr ptr) MSVCRT_fgetpos
-@ cdecl fgets(str long ptr) MSVCRT_fgets
+@ cdecl fgets(ptr long ptr) MSVCRT_fgets
 @ cdecl fgetwc(ptr) MSVCRT_fgetwc
-@ cdecl fgetws(wstr long ptr) MSVCRT_fgetws
+@ cdecl fgetws(ptr long ptr) MSVCRT_fgetws
 @ forward -noimport floor ntdll.floor
 @ cdecl fmod(double double) fmod
 @ cdecl fopen(str str) MSVCRT_fopen



More information about the wine-patches mailing list