Skip to content
Snippets Groups Projects
Commit 9fd70324 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

imagehlp: Fixed UpdateDebugInfoFile definition.

parent 24001e8d
No related branches found
No related tags found
No related merge requests found
......@@ -327,7 +327,7 @@ BOOL WINAPI SplitSymbols(
*/
BOOL WINAPI UpdateDebugInfoFile(
PCSTR ImageFileName, PCSTR SymbolPath,
PSTR DebugFilePath, PIMAGE_NT_HEADERS NtHeaders)
PSTR DebugFilePath, PIMAGE_NT_HEADERS32 NtHeaders)
{
FIXME("(%s, %s, %s, %p): stub\n",
debugstr_a(ImageFileName), debugstr_a(SymbolPath),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment