dplayx/tests: Remove a stray CoInitialize.

This commit is contained in:
Paul Vriens 2008-09-01 19:19:30 +02:00 committed by Alexandre Julliard
parent 6bd4bf66e2
commit 7e21104bd9
1 changed files with 0 additions and 2 deletions

View File

@ -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 );