reactos/dll/win32/browseui/dllinstall.c
Timo Kreuzer a0e85898c8 [CMAKE]
Fix browseui

svn path=/branches/cmake-bringup/; revision=49884
2010-12-01 20:11:15 +00:00

12 lines
113 B
C

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