Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
20ad4d17
Commit
20ad4d17
authored
Jun 02, 2005
by
Marcus Meissner
Committed by
Alexandre Julliard
Jun 02, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop duplicate definition of IID_IEnumDMO.
parent
885e6298
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
dmoreg.c
dlls/msdmo/dmoreg.c
+2
-5
No files found.
dlls/msdmo/dmoreg.c
View file @
20ad4d17
...
...
@@ -26,10 +26,10 @@
#include "winerror.h"
#include "winreg.h"
#include "objbase.h"
#include "dmo.h"
#include "wine/unicode.h"
#include "wine/debug.h"
#include "initguid.h"
#include "dmo.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
msdmo
);
...
...
@@ -91,9 +91,6 @@ typedef struct
HKEY
hkey
;
}
IEnumDMOImpl
;
static
const
GUID
IID_IEnumDMO
=
{
0x2c3cd98a
,
0x2bfa
,
0x4a53
,
{
0x9c
,
0x27
,
0x52
,
0x49
,
0xba
,
0x64
,
0xba
,
0x0f
}};
static
const
IEnumDMOVtbl
edmovt
;
static
LPWSTR
GUIDToString
(
LPWSTR
lpwstr
,
REFGUID
lpcguid
)
...
...
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