Commit 718f9e98 authored by John K. Hohm's avatar John K. Hohm Committed by Alexandre Julliard

Implement DllRegisterServer and DllUnregisterServer for dplayx.dll,

and add OleSelfRegister version string.
parent 41ecd6d4
......@@ -19,7 +19,8 @@ C_SRCS = \
dplayx_messages.c \
dplobby.c \
lobbysp.c \
name_server.c
name_server.c \
regsvr.c
RC_SRCS = version.rc
......
......@@ -7,3 +7,5 @@
9 stdcall DirectPlayEnumerate(ptr ptr) DirectPlayEnumerateA
10 stdcall -private DllCanUnloadNow() DPLAYX_DllCanUnloadNow
11 stdcall -private DllGetClassObject(ptr ptr ptr) DPLAYX_DllGetClassObject
@ stdcall -private DllRegisterServer() DPLAYX_DllRegisterServer
@ stdcall -private DllUnregisterServer() DPLAYX_DllUnregisterServer
......@@ -16,6 +16,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#define WINE_OLESELFREGISTER
#define WINE_FILEDESCRIPTION_STR "Wine DirectPlay"
#define WINE_FILENAME_STR "dplayx.dll"
#define WINE_FILEVERSION 4,7,0,700
......
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