29 Mar
2021
29 Mar
'21
8 p.m.
Mark Harmstone <mark(a)harmstone.com> writes:
+/*********************************************************************** + * RtlLCIDToCultureName (NTDLL.@) + * + * Return the text name of a numeric language ID. + */ +BOOLEAN WINAPI RtlLCIDToCultureName( LCID lcid, PUNICODE_STRING string ) +{ + FIXME("(%04x, %p)\n", lcid, string); + + return FALSE; +}
This should go in locale.c, and the implementation should use the existing locale data. -- Alexandre Julliard julliard(a)winehq.org