msvcr80: Add some 64-bit only exports.
[wine] / dlls / dplayx /
2013-04-22  Marcus Meissnerdplayx: Remove unnecessary assigment (Coverity).
2013-04-18  Michael Stefaniucdplayx: Move the DirectPlayLobby data fields to the...
2013-04-18  Michael Stefaniucdplayx: Add a separate refcount for IDirectPlayLobby2.
2013-04-18  Michael Stefaniucdplayx: Add a separate refcount for IDirectPlayLobby2A.
2013-04-18  Michael Stefaniucdplayx: Add a separate refcount for IDirectPlayLobbyA.
2013-04-18  Michael Stefaniucdplayx: Add a separate refcount for IDirectPlayLobby.
2013-04-18  Michael Stefaniucdplayx: Get rid of the IDirectPlayLobbyImpl aliases.
2013-04-18  Michael Stefaniucdplayx: Get rid of the LPDIRECTPLAYLOBBY usage.
2013-04-18  Michael Stefaniucdplayx: Assimilate the IDirectPlayLobby3 methods.
2013-04-15  Michael Stefaniucdplayx: Merge the DirectPlayLobby QueryInterface helper.
2013-04-15  Michael Stefaniucdplayx: IDirectPlayLobby3 / IDirectPlayLobby3A have...
2013-04-12  Michael Stefaniucdplayx: Cleanup the DirectPlayLobby object creation.
2013-04-12  Michael Stefaniucdplayx: Move the lock into the DirectPlayLobby object.
2013-04-12  Michael Stefaniucdplayx: Add both interfaces to the DirectPlayLobby...
2013-04-12  Michael Stefaniucdplayx: Use separate QueryInterface, AddRef and Release...
2013-04-12  Michael Stefaniucdplayx: Introduce impl_from_IDirectPlayLobby3A().
2013-04-12  Michael Stefaniucdplayx: Assimilate the inherited methods into IDirectPl...
2013-04-10  Michael Stefaniucdplayx: Forward IDirectPlayLobby::Connect to ::ConnectEx.
2013-04-10  Michael Stefaniucdplayx: Get rid of the useless IDirectPlayLobby{,2...
2013-04-10  Michael Stefaniucdplayx/tests: Add DirectPlayLobby COM tests.
2013-04-10  Michael Stefaniucdplayx: Have the decency to support IUnknown in DirectP...
2013-04-10  Michael Stefaniucdplayx: Remove the duplicated IDirectPlayLobby{2,3...
2013-04-10  Michael Stefaniucdplayx: Get rid of the unused DirectPlayLobby{2,3}Data...
2013-04-09  Michael Stefaniucdplayx: Create a IDirectPlay interface in DirectPlayCre...
2013-04-09  Michael Stefaniucdplayx: Forward directly to IDirectPlay4 QueryInterface.
2013-04-09  Michael Stefaniucdplayx: IDirectPlay and IUnknown share a refcount.
2013-04-09  Michael Stefaniucdplayx: Add a stub IDirectPlay iface.
2013-04-09  Michael Stefaniucdplayx/tests: Deal with broken COM aggregation handling...
2013-04-03  Michael Stefaniucdplayx: Add a separate refcount for IDirectPlay3.
2013-04-03  Michael Stefaniucdplayx: Add a separate refcount for IDirectPlay3A.
2013-04-03  Michael Stefaniucdplayx: Add a separate refcount for IDirectPlay2.
2013-04-03  Michael Stefaniucdplayx: Add a separate refcount for IDirectPlay2A.
2013-04-03  Michael Stefaniucdplayx: Get rid of the IDirectPlayImpl aliases.
2013-04-03  Michael Stefaniucdplayx: Merge dpinit.h into dplay_global.h.
2013-04-03  Michael Stefaniucdplayx: Remove superfluous forward declarations.
2013-04-03  Michael Stefaniucdplayx: Get rid of the IDirectPlayXImpl to IDirectPlayI...
2013-04-03  Michael Stefaniucdplayx: Forward AW agnostic IDirectPlay4A stub methods...
2013-04-03  Francois Gougetdplayx: Add a trailing '\n' to a TRACE().
2013-04-02  Michael Stefaniucdplayx: Assimilate the rest of the inherited methods...
2013-04-02  Michael Stefaniucdplayx: Cleanup the IDirectPlay_Cancel* methods.
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_GetMessageQueue helper.
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_SendEx helper.
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_EnumSessions helper.
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_AddPlayerToGroup helper.
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_GetGroupParent helper.
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_InitializeConnection...
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_EnumGroupsInGroup helper.
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_DeleteGroupFromGroup...
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_AddGroupToGroup helper.
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_SetPlayerData helper.
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_SetGroupData helper.
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_GetPlayerData helper.
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_GetPlayerCaps helper.
2013-04-02  Michael Stefaniucdplayx: Forward IDirectPlay::GetCaps to ::GetPlayerCaps.
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_GetGroupData helper.
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_EnumGroupPlayers helper.
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_DeletePlayerFromGroup...
2013-04-02  Michael Stefaniucdplayx: Merge the IDirectPlay4_Close helper.
2013-04-02  Michael Stefaniucdplayx: Assimilate the inherited stub methods into...
2013-04-02  Michael Stefaniucdplayx: Merge the DirectPlay QueryInterface helper.
2013-04-02  Michael Stefaniucdplayx: IDirectPlay4 / IDirectPlay4A have independent...
2013-04-02  Michael Stefaniucdplayx: Cleanup the DirectPlay object creation.
2013-04-02  Michael Stefaniucdplayx: Move the lock into the DirectPlay object.
2013-04-01  Michael Stefaniucdplayx: Remove AddRef hacks for the parent DirectPlay...
2013-04-01  Michael Stefaniucdplayx: Add both ifaces to the DirectPlay object and...
2013-04-01  Michael Stefaniucdplayx: Use separate QueryInterface, AddRef and Release...
2013-04-01  Michael Stefaniucdplayx: Introduce impl_from_IDirectPlay4A().
2013-04-01  Michael Stefaniucdplayx: Assimilate the inherited methods into IDirectPl...
2013-04-01  Michael Stefaniucdplayx: Forward IDirectPlay::EnumGroups to ::EnumGroups...
2013-04-01  Michael Stefaniucdplayx: Forward IDirectPlay::EnumPlayers to ::EnumGroup...
2013-04-01  Michael Stefaniucdplayx: Forward IDirectPlay::Send to ::SendEx.
2013-04-01  Michael Stefaniucdplayx: Forward IDirectPlay::GetMessageCount to ::GetMe...
2013-04-01  Michael Stefaniucdplayx: Forward IDirectPlay::Open to ::SecureOpen.
2013-03-29  Michael Stefaniucdplayx: Get rid of the useless IDirectPlay{2,3} vtables.
2013-03-29  Michael Stefaniucdplayx: Remove the duplicated IDirectPlayXImpl structs.
2013-03-29  Michael Stefaniucdplayx: Get rid of the unused DirectPlay3Data / DirectP...
2013-03-29  Michael Stefaniucdplayx/tests: Add DirectPlay COM tests.
2013-03-29  Michael Stefaniucdplayx/tests: Get rid of the LPDIRECTPLAY type usage.
2013-03-29  Michael Stefaniucdplayx/tests: Remove superfluous void pointer casts.
2013-03-29  Michael Stefaniucdplayx: Have the decency to support IUnknown in DirectPlay.
2013-03-29  Michael Stefaniucdplayx: Fix DllGetClassObject().
2013-03-29  Michael Stefaniucdplayx: Fix QueryInterface, AddRef and Release methods...
2013-03-29  Michael Stefaniucdplayx: Get rid of LPCLASSFACTORY and use a better...
2013-01-08  Marcus Meissnerdplayx: Check return of CoCreateInstance (Coverity).
2012-10-30  André Hentscheldplayx: Reorder some code to avoid memory leak (coverity).
2012-10-29  André Hentscheldplayx/tests: Add missing GetPlayerName test.
2012-08-27  Michael Stefaniucdplayx: Avoid TRUE:FALSE conditional expressions.
2012-05-14  Francois Gougetdplayx: Fix the spelling of the BuildParentalHierarchy...
2012-05-14  Francois Gougetdplayx: Use a proper plural for the repliesExpected...
2012-03-26  Michael Stefaniucdplayx: Print the debug string and not the pointer...
2012-01-03  Pierre Schweitzerdplayx: Fix handle leak.
2011-11-07  Andrew Talbotdplayx: Remove extraneous braces from switch statement.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-02  Frédéric Delanoydlls: Assorted spelling fixes.
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-07-05  Frédéric Delanoydplayx: Remove dead code (Clang).
2011-05-18  Marcus Meissnerdplayx: Mark internal symbols with hidden visibility.
2011-02-08  Austin Englishdplayx/tests: Make sure to use return values (LLVM...
2010-12-07  Alexandre Julliarddplayx: Convert dll registration to the IRegistrar...
2010-12-05  Michael Stefaniucdplayx: Use an iface instead of a vtbl pointer in IClas...
next