mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
[CMAKE]
Fix browseui svn path=/branches/cmake-bringup/; revision=49884
This commit is contained in:
@@ -36,6 +36,7 @@ list(APPEND SOURCE
|
||||
travellog.cpp
|
||||
utility.cpp
|
||||
browseui.rc
|
||||
dllinstall.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/browseui.def)
|
||||
|
||||
add_library(browseui SHARED ${SOURCE})
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@ stdcall -private DllCanUnloadNow()
|
||||
@ stdcall -private DllGetClassObject(ptr ptr ptr)
|
||||
@ stdcall -private DllGetVersion(ptr)
|
||||
@ stub DllInstall
|
||||
@ stdcall DllInstall(long wstr)
|
||||
@ stdcall -private DllRegisterServer()
|
||||
@ stdcall -private DllUnregisterServer()
|
||||
101 stdcall -noname InitOCHostClass(long)
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
#include <windows.h>
|
||||
|
||||
HRESULT
|
||||
WINAPI
|
||||
DllInstall(
|
||||
BOOL bInstall,
|
||||
PCWSTR pszCmdLine)
|
||||
{
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user