reactos/dll/win32/browseui/dllinstall.c

12 lines
113 B
C
Raw Normal View History

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