xref: /reactos/dll/win32/browseui/dllinstall.c (revision c2c66aff)
1 #include <windef.h>
2 
3 HRESULT
4 WINAPI
DllInstall(BOOL bInstall,PCWSTR pszCmdLine)5 DllInstall(
6     BOOL bInstall,
7     PCWSTR pszCmdLine)
8 {
9     return S_OK;
10 }
11