reactos/dll/win32/browseui/dllinstall.c
2011-05-24 18:40:34 +00:00

12 lines
113 B
C

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