dplayx/tests: Remove a stray CoInitialize.
This commit is contained in:
parent
6bd4bf66e2
commit
7e21104bd9
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue