reactos/dll/win32/browseui/dllinstall.c

11 lines
111 B
C

#include <windef.h>
HRESULT
WINAPI
DllInstall(
BOOL bInstall,
PCWSTR pszCmdLine)
{
return S_OK;
}