mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[NDK]
Fix syntax for MSVC svn path=/branches/cmake-bringup/; revision=49808
This commit is contained in:
parent
8040e998be
commit
9de09f2c2d
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ LdrUnloadDll(
|
|||
IN PVOID BaseAddress
|
||||
);
|
||||
|
||||
typedef VOID NTAPI (*PLDR_CALLBACK)(PVOID CallbackContext, PVOID Name);
|
||||
typedef VOID (NTAPI *PLDR_CALLBACK)(PVOID CallbackContext, PVOID Name);
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
LdrVerifyImageMatchesChecksum(
|
||||
|
|
Loading…
Reference in a new issue