mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 01:11:03 +08:00
[ACGENRAL] Fix MSVC warning C4090 "different 'const' qualifiers" about a ShimLib_ShimFree() call (#1506)
Addendum to 007cc5cd.
CORE-7538
This commit is contained in:
committed by
Hermès BÉLUSCA - MAÏTO
parent
24647a270e
commit
a57bc4f6c3
@@ -122,7 +122,7 @@ fail:
|
||||
|
||||
--n;
|
||||
}
|
||||
ShimLib_ShimFree(names);
|
||||
ShimLib_ShimFree((PVOID)names);
|
||||
}
|
||||
|
||||
BOOL WINAPI SHIM_OBJ_NAME(Notify)(DWORD fdwReason, PVOID ptr)
|
||||
|
||||
Reference in New Issue
Block a user