RESENT: gettnames

Marcus Meissner marcus at jet.franken.de
Thu Jun 5 08:02:51 CDT 2003


Hi,

Typo in Martins Name.

Ciao, Marcus

Changelog:
	Martin Fuchs <martin-fuchs at gmx.net>
	Stub implementation for _Gettnames.

Index: dlls/msvcrt/locale.c
===================================================================
RCS file: /home/wine/wine/dlls/msvcrt/locale.c,v
retrieving revision 1.17
diff -u -r1.17 locale.c
--- dlls/msvcrt/locale.c	4 Jun 2003 20:24:56 -0000	1.17
+++ dlls/msvcrt/locale.c	5 Jun 2003 08:54:19 -0000
@@ -581,3 +581,12 @@
   X(n_sign_posn);
   return &xlconv;
 }
+
+/*********************************************************************
+ *		_Gettnames (MSVCRT.@)
+ */
+void * __cdecl MSVCRT_Gettnames()
+{
+  FIXME("(void), stub!\n");
+  return NULL;
+}
Index: dlls/msvcrt/msvcrt.spec
===================================================================
RCS file: /home/wine/wine/dlls/msvcrt/msvcrt.spec,v
retrieving revision 1.73
diff -u -r1.73 msvcrt.spec
--- dlls/msvcrt/msvcrt.spec	4 Jun 2003 20:24:56 -0000	1.73
+++ dlls/msvcrt/msvcrt.spec	5 Jun 2003 08:54:19 -0000
@@ -762,5 +762,5 @@
 @ cdecl wctomb(ptr long) MSVCRT_wctomb
 @ varargs wprintf(wstr) MSVCRT_wprintf
 @ varargs wscanf(wstr) MSVCRT_wscanf
-@ stub _Gettnames
+@ cdecl _Gettnames() MSVCRT_Gettnames
 @ stub __lc_collate_cp



More information about the wine-patches mailing list