Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
17db99e3
Commit
17db99e3
authored
Apr 27, 2020
by
Nikolay Sivov
Committed by
Alexandre Julliard
Apr 27, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mfuuid: Add file scheme handler CLSID to static library.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
a7908da4
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
8 deletions
+5
-8
main.c
dlls/mf/main.c
+2
-6
mf.idl
dlls/mf/mf.idl
+2
-2
mfuuid.c
dlls/mfuuid/mfuuid.c
+1
-0
No files found.
dlls/mf/main.c
View file @
17db99e3
...
...
@@ -26,11 +26,6 @@
#include "mfidl.h"
#include "rpcproxy.h"
#include "initguid.h"
#include "mf.h"
#undef INITGUID
#include <guiddef.h>
#include "mfapi.h"
#include "mferror.h"
...
...
@@ -43,6 +38,7 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
mfplat
);
static
HINSTANCE
mf_instance
;
extern
const
GUID
CLSID_FileSchemePlugin
;
struct
activate_object
{
...
...
@@ -1032,7 +1028,7 @@ static const struct class_object
}
class_objects
[]
=
{
{
&
CLSID_FileScheme
Handler
,
&
file_scheme_handler_factory
.
IClassFactory_iface
},
{
&
CLSID_FileScheme
Plugin
,
&
file_scheme_handler_factory
.
IClassFactory_iface
},
};
/*******************************************************************************
...
...
dlls/mf/mf.idl
View file @
17db99e3
...
...
@@ -16,11 +16,11 @@
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
#
pragma
makedep
header
register
#
pragma
makedep
register
[
helpstring
(
"File scheme handler"
),
threading
(
both
),
uuid
(
477
ec299
-
1421
-
4b
dd
-
971
f
-
7
ccb933f21ad
)
]
coclass
FileScheme
Handler
{
}
coclass
FileScheme
Plugin
{
}
dlls/mfuuid/mfuuid.c
View file @
17db99e3
...
...
@@ -34,3 +34,4 @@
#include "mfmediaengine.h"
DEFINE_GUID
(
MF_SCRUBBING_SERVICE
,
0xdd0ac3d8
,
0x40e3
,
0x4128
,
0xac
,
0x48
,
0xc0
,
0xad
,
0xd0
,
0x67
,
0xb7
,
0x14
);
DEFINE_GUID
(
CLSID_FileSchemePlugin
,
0x477ec299
,
0x1421
,
0x4bdd
,
0x97
,
0x1f
,
0x7c
,
0xcb
,
0x93
,
0x3f
,
0x21
,
0xad
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment