Commit 20ad4d17 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Drop duplicate definition of IID_IEnumDMO.

parent 885e6298
......@@ -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)
......
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