reactos/dll/win32/browseui/dllinstall.c
2013-06-16 22:01:41 +00:00

11 lines
111 B
C

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