mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[KERNEL32]: Fix build
svn path=/trunk/; revision=52598
This commit is contained in:
parent
41406f9697
commit
3e44b02671
1 changed files with 1 additions and 1 deletions
|
@ -863,7 +863,7 @@ BasepGetModuleHandleExW(BOOLEAN NoLock, DWORD dwPublicFlags, LPCWSTR lpwModuleNa
|
|||
if (!(dwPublicFlags & GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT))
|
||||
{
|
||||
/* Add reference to this DLL */
|
||||
Status = LdrAddRefDll((dwPublicFlags & GET_MODULE_HANDLE_EX_FLAG_PIN) ? LDR_PIN_MODULE : 0,
|
||||
Status = LdrAddRefDll((dwPublicFlags & GET_MODULE_HANDLE_EX_FLAG_PIN) ? LDR_ADDREF_DLL_PIN : 0,
|
||||
hModule);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue