mirror of
https://github.com/reactos/wine.git
synced 2025-02-09 05:36:56 +00:00
imagehlp: Fixed UpdateDebugInfoFile definition.
This commit is contained in:
parent
24001e8ddc
commit
9fd7032462
@ -327,7 +327,7 @@ BOOL WINAPI SplitSymbols(
|
|||||||
*/
|
*/
|
||||||
BOOL WINAPI UpdateDebugInfoFile(
|
BOOL WINAPI UpdateDebugInfoFile(
|
||||||
PCSTR ImageFileName, PCSTR SymbolPath,
|
PCSTR ImageFileName, PCSTR SymbolPath,
|
||||||
PSTR DebugFilePath, PIMAGE_NT_HEADERS NtHeaders)
|
PSTR DebugFilePath, PIMAGE_NT_HEADERS32 NtHeaders)
|
||||||
{
|
{
|
||||||
FIXME("(%s, %s, %s, %p): stub\n",
|
FIXME("(%s, %s, %s, %p): stub\n",
|
||||||
debugstr_a(ImageFileName), debugstr_a(SymbolPath),
|
debugstr_a(ImageFileName), debugstr_a(SymbolPath),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user