http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c72d956
)
Remove c++-style comment.
author
James Hawkins
<truiken@gmail.com>
Mon, 6 Dec 2004 11:41:32 +0000
(11:41 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 6 Dec 2004 11:41:32 +0000
(11:41 +0000)
dlls/dbghelp/pe_module.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/dbghelp/pe_module.c
b/dlls/dbghelp/pe_module.c
index a826acb9dae4741b798f501ad58260320f26188b..a6b95549a4f53a48a214d9a63a3519a071023caa 100644
(file)
--- a/
dlls/dbghelp/pe_module.c
+++ b/
dlls/dbghelp/pe_module.c
@@
-308,7
+308,7
@@
BOOL pe_load_debug_info(const struct process* pcs, struct module* module)
* in which case we'll rely on the export's on the ELF side
*/
}
-/
/ FIXME shouldn't we check that? if (!module_get_debug(pcs, module))l
+/
* FIXME shouldn't we check that? if (!module_get_debug(pcs, module))l */
if (pe_load_export_debug_info(pcs, module, mapping, nth) && !ret)
ret = TRUE;
UnmapViewOfFile(mapping);