Commit b1bb7220 authored by Steven Edwards's avatar Steven Edwards Committed by Alexandre Julliard

Add DllRegisterServer and friends for mlang.

parent 21c85efd
......@@ -2,6 +2,7 @@
* self-registerable dll functions for atl.dll
*
* Copyright (C) 2003 John K. Hohm
* Copyright (C) 2004 Steven Edwards for ReactOS
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
......
......@@ -8,7 +8,8 @@ EXTRALIBS = $(LIBUNICODE) -luuid
EXTRADEFS = -DCOM_NO_WINDOWS_H
C_SRCS = \
mlang.c
mlang.c \
regsvr.c
SUBDIRS = tests
......
......@@ -1936,15 +1936,3 @@ HRESULT WINAPI MLANG_DllCanUnloadNow(void)
FIXME("\n");
return S_FALSE;
}
HRESULT WINAPI MLANG_DllRegisterServer(void)
{
FIXME("\n");
return S_OK;
}
HRESULT WINAPI MLANG_DllUnregisterServer(void)
{
FIXME("\n");
return S_OK;
}
......@@ -2025,6 +2025,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,dswave.dll,1
11,,dxdiagn.dll,1
11,,hhctrl.ocx,1
11,,mlang.dll,1
11,,msi.dll,1
11,,ole32.dll,1
11,,oleaut32.dll,1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment