dplayx: Initial msgtid variable

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Tue May 6 21:08:20 CDT 2014


Hi,
Fixes http://bugs.winehq.org/show_bug.cgi?id=36358

Changelog:
    dplayx: Initial msgtid variable


Best Regards
  Alistair Leslie-Hughes
-------------- next part --------------
>From b243e3fce7156d85dc95d0d63a1ae538707fbc9d Mon Sep 17 00:00:00 2001
From: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date: Wed, 7 May 2014 12:06:17 +1000
Subject: [PATCH] Initial msgtid variable
To: wine-patches <wine-patches at winehq.org>

---
 dlls/dplayx/dplobby.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/dplayx/dplobby.c b/dlls/dplayx/dplobby.c
index 7b0c57a..3a968de 100644
--- a/dlls/dplayx/dplobby.c
+++ b/dlls/dplayx/dplobby.c
@@ -2044,6 +2044,7 @@ HRESULT dplobby_create( REFIID riid, void **ppv )
     obj->IDirectPlayLobby3_iface.lpVtbl = &dpl3_vt;
     obj->IDirectPlayLobby3A_iface.lpVtbl = &dpl3A_vt;
     obj->numIfaces = 1;
+    obj->msgtid = 0;
     obj->ref = 0;
     obj->refA = 0;
     obj->ref2 = 0;
-- 
1.9.1



More information about the wine-patches mailing list