Michael Stefaniuc : msdmo: DMOGetTypes() is implemented and not a stub.

Alexandre Julliard julliard at winehq.org
Wed Sep 12 13:39:15 CDT 2012


Module: wine
Branch: master
Commit: 8cb3ede419f8fea9ba572be1823db900e027edf3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8cb3ede419f8fea9ba572be1823db900e027edf3

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Wed Sep 12 12:18:06 2012 +0200

msdmo: DMOGetTypes() is implemented and not a stub.

---

 dlls/msdmo/dmoreg.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/msdmo/dmoreg.c b/dlls/msdmo/dmoreg.c
index 0d5d397..fb1caa1 100644
--- a/dlls/msdmo/dmoreg.c
+++ b/dlls/msdmo/dmoreg.c
@@ -801,9 +801,9 @@ HRESULT WINAPI DMOGetTypes(REFCLSID clsidDMO,
   HRESULT ret = S_OK;
   WCHAR szguid[64];
 
-  TRACE ("(%s,%u,%p,%p,%u,%p,%p),stub!\n", debugstr_guid(clsidDMO),
-        ulInputTypesRequested, pulInputTypesSupplied, pInputTypes,
-        ulOutputTypesRequested, pulOutputTypesSupplied, pOutputTypes);
+  TRACE ("(%s,%u,%p,%p,%u,%p,%p)\n", debugstr_guid(clsidDMO), ulInputTypesRequested,
+        pulInputTypesSupplied, pInputTypes, ulOutputTypesRequested, pulOutputTypesSupplied,
+        pOutputTypes);
 
   if (ERROR_SUCCESS != RegOpenKeyExW(HKEY_CLASSES_ROOT, szDMORootKey, 0,
                                      KEY_READ, &root))




More information about the wine-cvs mailing list