Stub implementation for _Gettnames.

This commit is contained in:
Martin Fuchs 2003-06-06 18:11:23 +00:00 committed by Alexandre Julliard
parent e67c058bb9
commit fb9d5c786f
2 changed files with 10 additions and 1 deletions

View file

@ -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;
}

View file

@ -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