30 Mar
2021
30 Mar
'21
12:16 a.m.
The whole thing, or just this function? On 29/3/21 9:00 pm, Alexandre Julliard wrote:
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.