17 Dec
2009
17 Dec
'09
10:27 p.m.
Eric Pouech <eric.pouech(a)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(a)winehq.org