mirror of
https://github.com/reactos/wine.git
synced 2025-02-09 21:55:12 +00:00
dpnet: Add a missing coclass registration.
This commit is contained in:
parent
15ef946f53
commit
e98eee8ad8
@ -55,6 +55,15 @@ coclass DirectPlay8Address { interface IDirectPlay8Address; }
|
||||
]
|
||||
coclass DirectPlay8LobbiedApplication { interface IDirectPlay8LobbiedApplication; }
|
||||
|
||||
[
|
||||
helpstring("DirectPlay8LobbyClient Object"),
|
||||
threading(both),
|
||||
progid("DirectPlay8Lobby.LobbyClient.1"),
|
||||
vi_progid("DirectPlay8Lobby.LobbyClient"),
|
||||
uuid(3b2b6775-70b6-45af-8dea-a209c69559f3)
|
||||
]
|
||||
coclass DirectPlay8LobbyClient { interface IDirectPlay8LobbyClient; }
|
||||
|
||||
[
|
||||
helpstring("DirectPlay8 Thread Pool Object"),
|
||||
threading(both),
|
||||
|
Loading…
x
Reference in New Issue
Block a user