merge most spec file changes from cmake branch
[reactos.git] / reactos / dll / win32 / browseui / dllinstall.c
1 #include <windows.h>
2
3 HRESULT
4 WINAPI
5 DllInstall(
6 BOOL bInstall,
7 PCWSTR pszCmdLine)
8 {
9 return S_OK;
10 }
11