Alexandre Julliard : user32: Add a thunking mechanism for 16-bit edit word break procedures.

Alexandre Julliard julliard at winehq.org
Thu Dec 17 16:27:43 CST 2009


Eric Pouech <eric.pouech at orange.fr> writes:

> do you recommend this way of doing being the recommanded way for all
> the thunks which have been recently added
> ie assuming the app will only provide a limited number of functions
> being passed to the thunks, rather than trying to allocate/free the
> thunks when possible ?

Yes, it makes things simpler, but it only works if the thunks don't need
to store any extra information, so it may not apply everywhere.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list