Eric Pouech : dbghelp: Remove incorrect FIXME in SymEnumerateLoadedModules.

Alexandre Julliard julliard at winehq.org
Mon Nov 22 16:05:17 CST 2021


Module: wine
Branch: master
Commit: 4cc7a3ba905f0cb10daa7eaec0bea2c955becc33
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=4cc7a3ba905f0cb10daa7eaec0bea2c955becc33

Author: Eric Pouech <eric.pouech at gmail.com>
Date:   Mon Nov 22 15:20:27 2021 +0100

dbghelp: Remove incorrect FIXME in SymEnumerateLoadedModules.

Signed-off-by: Eric Pouech <eric.pouech at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/dbghelp/module.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/dbghelp/module.c b/dlls/dbghelp/module.c
index 1b64bb57eb7..8119f941e2a 100644
--- a/dlls/dbghelp/module.c
+++ b/dlls/dbghelp/module.c
@@ -1246,7 +1246,6 @@ BOOL  WINAPI EnumerateLoadedModulesW64(HANDLE hProcess,
     if (!EnumProcessModules(hProcess, hMods, 256 * sizeof(hMods[0]), &sz))
     {
         /* hProcess should also be a valid process handle !! */
-        FIXME("If this happens, bump the number in mod\n");
         HeapFree(GetProcessHeap(), 0, hMods);
         return FALSE;
     }




More information about the wine-cvs mailing list