Commit Graph

19 Commits

Author SHA1 Message Date
Michael Stefaniuc b7d5543f93 dpnet: Print the debug string and not the pointer to it. 2012-03-26 18:15:28 +02:00
Alexandre Julliard b56dc9a6f7 winecrt0: Remove the clsid parameter in __wine_(un)register_resources. 2011-08-02 20:47:49 +02:00
Alexandre Julliard 578b7e754e dpnet: Convert dll registration to the IRegistrar mechanism. 2010-12-07 13:07:20 +01:00
Michael Stefaniuc dcef7c3bb5 dpnet: Use an iface instead of a vtbl pointer in IClassFactoryImpl. 2010-12-05 16:43:18 +01:00
Michael Stefaniuc a50629fad5 dpnet: Remove superfluous casts. 2009-01-04 13:33:56 +01:00
Alexander Nicolaysen Sørnes c10087c11a dpnet: Add basic DirectPlay8ThreadPool implementation. 2008-07-28 12:16:40 +02:00
Jason Edmeades 3b597af01e dpnet: Implement directplay lobbied application stubs. 2007-08-07 12:57:19 +02:00
Andrew Talbot 57459dc518 dpnet: Exclude unused headers. 2007-05-03 14:23:49 +02:00
Michael Stefaniuc ef1be6b4f3 dpnet: Win64 printf format warning fixes. 2006-10-09 12:56:08 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Alexandre Julliard d37f0abf07 Don't prefix the functions DllCanUnloadNow, DllGetClassObject and
Dll(Un)RegisterServer with the dll name so that the compiler can check
the prototypes.
2005-08-08 17:35:28 +00:00
Mike McCormack 0791d06215 Interlocked LONG* gcc warning fixes. 2005-07-12 19:21:36 +00:00
Dmitry Timoshkov b67da5b946 Make more of the OLE interface vtables const. 2005-06-01 19:57:42 +00:00
Huw Davies e8d89cd0f5 Fix a reference leak on failure (spotted by Rob Shearman).
Move some code over to the Interlocked* functions.
2004-09-28 19:19:27 +00:00
Alexandre Julliard 39a696a166 Removed some uses of the non-standard ICOM_THIS macro. 2004-09-06 20:34:29 +00:00
Alexandre Julliard f714b39762 Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE
macro.
2004-08-23 19:39:48 +00:00
Alexandre Julliard 48c4bb3c31 Get rid of the non-standard ICOM_VTABLE macro. 2004-08-12 23:00:51 +00:00
Alexandre Julliard 0467ce9fd7 Get rid of the non-standard ICOM_VFIELD macro. 2004-08-12 19:52:49 +00:00
Raphael Junqueira 5f3f2149a9 Added simple dpnet.dll implementation. 2004-04-07 20:39:00 +00:00