[1/2] msvideo: Implement MCIWndRegisterClass.

Dmitry Timoshkov dmitry at baikal.ru
Thu Sep 10 23:27:41 CDT 2015


---
 dlls/msvideo.dll16/msvideo.dll16.spec | 2 +-
 dlls/msvideo.dll16/msvideo16.c        | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/dlls/msvideo.dll16/msvideo.dll16.spec b/dlls/msvideo.dll16/msvideo.dll16.spec
index 894fc9c..f45f644 100644
--- a/dlls/msvideo.dll16/msvideo.dll16.spec
+++ b/dlls/msvideo.dll16/msvideo.dll16.spec
@@ -63,6 +63,6 @@
 245 stub ICSEQCOMPRESSFRAMEEND
 246 stub ICSEQCOMPRESSFRAME
 250 cdecl _MCIWndCreate(word word long str) MCIWndCreate16
-251 stub _MCIWNDREGISTERCLASS
+251 cdecl _MCIWndRegisterClass() MCIWndRegisterClass16
 252 stub GETOPENFILENAMEPREVIEW
 253 stub GETSAVEFILENAMEPREVIEW
diff --git a/dlls/msvideo.dll16/msvideo16.c b/dlls/msvideo.dll16/msvideo16.c
index 12833c9..e6c6c1e 100644
--- a/dlls/msvideo.dll16/msvideo16.c
+++ b/dlls/msvideo.dll16/msvideo16.c
@@ -974,6 +974,14 @@ BOOL WINAPI VIDEO_LibMain(DWORD fdwReason, HINSTANCE hinstDLL, WORD ds,
 }
 
 /***********************************************************************
+ *                      MCIWndRegisterClass(MSVIDEO.251)
+ */
+BOOL CDECL MCIWndRegisterClass16(void)
+{
+    return MCIWndRegisterClass();
+}
+
+/***********************************************************************
  *                      MCIWndCreate(MSVIDEO.250)
  */
 HWND16 CDECL MCIWndCreate16(HWND16 hwnd, HINSTANCE16 hinst16,
-- 
2.4.8




More information about the wine-patches mailing list