mirror of
https://github.com/reactos/reactos.git
synced 2025-06-23 12:50:21 +00:00
[DPLAYX]
* Sync with Wine 1.7.27. CORE-8540 svn path=/trunk/; revision=64301
This commit is contained in:
parent
03c321a925
commit
13b90aabc8
2 changed files with 2 additions and 1 deletions
|
@ -2027,6 +2027,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;
|
||||
|
|
|
@ -39,7 +39,7 @@ reactos/dll/directx/wine/dinput # Synced to Wine-1.7.27
|
|||
reactos/dll/directx/wine/dinput8 # Synced to Wine-1.7.27
|
||||
reactos/dll/directx/wine/dmusic # Synced to Wine-1.7.27
|
||||
reactos/dll/directx/wine/dplay # Synced to Wine-1.7.17
|
||||
reactos/dll/directx/wine/dplayx # Synced to Wine-1.7.17
|
||||
reactos/dll/directx/wine/dplayx # Synced to Wine-1.7.27
|
||||
reactos/dll/directx/wine/dsound # Synced to Wine-1.5.26
|
||||
reactos/dll/directx/wine/dxdiagn # Synced to Wine-1.7.17
|
||||
reactos/dll/directx/wine/dxgi # Synced to Wine-1.7.17
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue