Commit e98eee8a authored by Alexandre Julliard's avatar Alexandre Julliard

dpnet: Add a missing coclass registration.

parent 15ef946f
......@@ -56,6 +56,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),
uuid(fc47060e-6153-4b34-b975-8e4121eb7f3c)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment