msdrm: Add stub DRMRegisterContent function.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50595
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit afd5550b07)
Conflicts:
	dlls/msdrm/Makefile.in
	dlls/msdrm/main.c
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
This commit is contained in:
Vijay Kiran Kamuju 2021-02-19 14:02:32 +01:00 committed by Michael Stefaniuc
parent 718699df40
commit 4eea9e383a
2 changed files with 13 additions and 2 deletions

View File

@ -1,7 +1,8 @@
/*
* msdrm.dll
* Windows Rights Management Client
*
* Copyright 2016 Austin English
* Copyright 2021 Vijay Kiran Kamuju
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@ -22,6 +23,9 @@
#include "windef.h"
#include "winbase.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(msdrm);
BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, void *reserved)
{
@ -36,3 +40,10 @@ BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, void *reserved)
return TRUE;
}
HRESULT WINAPI DRMRegisterContent(BOOL value)
{
FIXME("(%u): stub\n", value);
return S_OK;
}

View File

@ -70,7 +70,7 @@
@ stub DRMIsWindowProtected
@ stub DRMLoadLibrary
@ stub DRMParseUnboundLicense
@ stub DRMRegisterContent
@ stdcall DRMRegisterContent(long)
@ stub DRMRegisterProtectedWindow
@ stub DRMRegisterRevocationList
@ stub DRMRepair