imagehlp: Fixed UpdateDebugInfoFile definition.

This commit is contained in:
Alexandre Julliard 2007-10-02 14:58:10 +02:00
parent 24001e8ddc
commit 9fd7032462
1 changed files with 1 additions and 1 deletions

View File

@ -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),