mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
Stub implementation for _Gettnames.
This commit is contained in:
parent
e67c058bb9
commit
fb9d5c786f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user