mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
9 lines
104 B
C
9 lines
104 B
C
|
|
#include <windef.h>
|
|
#include <winbase.h>
|
|
|
|
HRESULT WINAPI DllCanUnloadNow(void)
|
|
{
|
|
return S_FALSE;
|
|
}
|