[PATCH v2 1/3] user32: Move ToUnicodeEx from wineandroid.drv to user32.

Alexandre Julliard julliard at winehq.org
Tue Apr 27 08:41:23 CDT 2021


Rémi Bernon <rbernon at codeweavers.com> writes:

> As a default implementation for en_US keyboard layout, calling the
> driver implementation next so that it can override the result.

Is there really a need to build the default result first and pass it to
the driver?  Otherwise I'd suggest to call the driver first, and use a
special return value like -2 to indicate fallback.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list