Commit fd5c709c authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

dbghelp: Correct type of exported function addresses in PE module.

parent 99d36ccf
......@@ -688,7 +688,7 @@ static BOOL pe_load_export_debug_info(const struct process* pcs, struct module*
IMAGE_DIRECTORY_ENTRY_EXPORT, &size)))
{
const WORD* ordinals = NULL;
const DWORD_PTR* functions = NULL;
const DWORD* functions = NULL;
const DWORD* names = NULL;
unsigned int j;
char buffer[16];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment