Commit fb9d5c78 authored by Martin Fuchs's avatar Martin Fuchs Committed by Alexandre Julliard

Stub implementation for _Gettnames.

parent e67c058b
......@@ -581,3 +581,12 @@ struct MSVCRT_lconv *MSVCRT_localeconv(void) {
X(n_sign_posn);
return &xlconv;
}
/*********************************************************************
* _Gettnames (MSVCRT.@)
*/
void *_Gettnames(void)
{
FIXME("(void), stub!\n");
return NULL;
}
......@@ -762,5 +762,5 @@
@ cdecl wctomb(ptr long) MSVCRT_wctomb
@ varargs wprintf(wstr) MSVCRT_wprintf
@ varargs wscanf(wstr) MSVCRT_wscanf
@ stub _Gettnames
@ cdecl _Gettnames() _Gettnames
@ stub __lc_collate_cp
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment