Files

9 lines
104 B
C

#include <windef.h>
#include <winbase.h>
HRESULT WINAPI DllCanUnloadNow(void)
{
return S_FALSE;
}