From 20ad4d174ed2459dd24c9eb5b8cfef3f21600854 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 2 Jun 2005 19:43:47 +0000 Subject: [PATCH] Drop duplicate definition of IID_IEnumDMO. --- dlls/msdmo/dmoreg.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dlls/msdmo/dmoreg.c b/dlls/msdmo/dmoreg.c index b10474e829c..032b1574503 100644 --- a/dlls/msdmo/dmoreg.c +++ b/dlls/msdmo/dmoreg.c @@ -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)