Files
reactos/dll/win32/mscoree/reactos.c
T

7 lines
83 B
C

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