[PATCH 01/10] ntdll: Add stub for RtlLCIDToCultureName.

Mark Harmstone mark at harmstone.com
Mon Mar 29 19:16:47 CDT 2021


The whole thing, or just this function?

On 29/3/21 9:00 pm, Alexandre Julliard wrote:
> Mark Harmstone <mark at 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.
>




More information about the wine-devel mailing list