We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a1ed1 commit 938d49aCopy full SHA for 938d49a
src/windows/WindowsLibraryLoader.cpp
@@ -17,7 +17,7 @@ namespace LibraryLoader
17
void CloseLibrary(handle *handle)
18
{
19
if (handle)
20
- FreeLibrary(handle);
+ FreeLibrary(reinterpret_cast<HMODULE>(handle));
21
}
22
23
handle* GetCurrentProcessHandle()
0 commit comments