Dimitrie O. Paun <[EMAIL PROTECTED]> wrote:

>> But this transition will consume a lot of time and efforts, because
>> currently Wine does all work in reverse order.
>
>Yes, but once we set up a pattern, we can have a gradual transition.

Along with transition to internal unicode implementation, I think
it should be possible to separate 16-bit parts from 32-bit ones.
Currently Wine implements it by preparing and then calling an internal
function in both 16 and 32 bits interfaces. This makes transition
very hard. First step would be to reimplement 16-bit APIs to call
32-bit counter part, and then actually separate 16-bit parts to
the individual modules. But it will be a huge amount of work.

Dmitry.


Reply via email to