Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Alexandre Julliard
|
b8d3075d83
|
Uncomment the typedef in the DECLARE_INTERFACE macro, and get rid of
duplicate typedefs.
|
2005-07-26 18:32:53 +00:00 |
Alexandre Julliard
|
739e5b06da
|
Avoid depending on the non-standard IUnknown_METHODS macro in Wine
internal headers.
|
2004-10-05 04:16:21 +00:00 |
Francois Gouget
|
6be32f7edc
|
Don't use COBJMACROS on internal interfaces.
|
2004-10-04 20:38:32 +00:00 |
Alexandre Julliard
|
616940eb9a
|
Get rid of the non-standard ICOM_DEFINE macro.
|
2004-08-12 03:33:30 +00:00 |
Alexandre Julliard
|
20c169e0a4
|
Fixed a few more headers dependency issues.
|
2003-09-09 19:39:31 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Alexandre Julliard
|
aae3cb61cd
|
Simplified COM interface declarations, removing the need to define
both an xxx_METHODS and an xxx_IMETHODS macro.
|
2003-04-11 00:31:02 +00:00 |
Alexandre Julliard
|
55379110c5
|
Get rid of the ICOM_CALL macros.
|
2003-04-10 21:13:58 +00:00 |
Alexandre Julliard
|
f00c46f030
|
Use a more compatible technique to declare COM interfaces methods,
using Microsoft's STDMETHOD macros instead of the Wine-specific
ICOM_METHOD ones.
|
2003-04-10 00:19:24 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Patrik Stridvall
|
57e5784c21
|
Move __stdcall/__cdecl to the right place.
|
2002-02-02 18:42:11 +00:00 |
Francois Gouget
|
b87a83866f
|
Change the callback declarations to a safer format.
|
2001-02-12 03:51:04 +00:00 |
François Gouget
|
3c7a2b8c84
|
Removed the declspec specifier.
|
2000-12-15 20:53:05 +00:00 |
Peter Hunnisett
|
72526ba4f5
|
- Remove winmm hack in dplay code
- Fix up some missing holes in the code
- More message implementation
- Status documentation update
|
2000-09-26 23:11:48 +00:00 |
Peter Hunnisett
|
8adbdd7c7b
|
- More implementation
- Should be able to enumerate sessions anywhere with at least tcp/ip
|
2000-08-29 23:55:06 +00:00 |
Peter Hunnisett
|
ef6dca5c37
|
- Implemented loading and initialization of service providers
- Created service provider COM object
- Lots of dplay/dplobby implementation/fixes
- Clean up of ole/guid.c
|
2000-08-25 21:58:05 +00:00 |