[PATCH] [DbgHelp]: implemented 64 bit versions of EnumerateLoadedModules

Eric Pouech eric.pouech at wanadoo.fr
Wed Jan 3 06:46:37 CST 2007


> You should make the A function call the W one, not the other way
> around.
in theory yes
in practice, it would require rewriting all module storage, lookup... 
with unicode strings which is on my todo list, but with a very low 
priority. BTW, all the module handling code in dbghelp is already 
working this way (W calling A). So, I think it's acceptable the way the 
patch is coded.

A+



More information about the wine-devel mailing list