Paul Vriens : dplayx/tests: Remove a stray CoInitialize.
Module: wine Branch: master Commit: 7e21104bd9a88acfe758137ded970a74a58655ac URL: http://source.winehq.org/git/wine.git/?a=commit;h=7e21104bd9a88acfe758137ded... Author: Paul Vriens <paul.vriens.wine(a)gmail.com> Date: Mon Sep 1 19:19:30 2008 +0200 dplayx/tests: Remove a stray CoInitialize. --- dlls/dplayx/tests/dplayx.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/dlls/dplayx/tests/dplayx.c b/dlls/dplayx/tests/dplayx.c index 52a3f84..470f4f8 100644 --- a/dlls/dplayx/tests/dplayx.c +++ b/dlls/dplayx/tests/dplayx.c @@ -1223,8 +1223,6 @@ static LPDIRECTPLAY4 create_session(DPSESSIONDESC2 *lpdpsd) DPID dpid; HRESULT hr; - CoInitialize(NULL); - CoCreateInstance( &CLSID_DirectPlay, NULL, CLSCTX_ALL, &IID_IDirectPlay4A, (LPVOID*) &pDP );
participants (1)
-
Alexandre Julliard