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

2007-01-03 Thread Eric Pouech
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

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

2007-01-02 Thread Alexandre Julliard
Eric Pouech [EMAIL PROTECTED] writes: +BOOL WINAPI EnumerateLoadedModulesW64(HANDLE hProcess, + PENUMLOADED_MODULES_CALLBACKW64 E= numLoadedModulesCallback, + PVOID UserContext) +{ +struct enum_load_mod64_W64