#include int main() { HMODULE hLibModule = GetModuleHandleA("av_edr_dllName.dll"); FreeLibrary(hLibModule); return 0; }