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 |
Alexandre Julliard
|
74af67ef42
|
Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h.
|
2000-09-26 00:00:55 +00:00 |
Patrik Stridvall
|
feb94cbbcb
|
Made the include files self-sufficient.
|
1999-10-24 21:48:50 +00:00 |
Francois Gouget
|
be9fd31b92
|
Define the COM macros even in C++.
|
1999-10-23 20:09:05 +00:00 |
Paul Quinn
|
270c23d8b4
|
Add a few stubs, some C++ compatibility, and fix a few types.
|
1999-07-24 10:24:09 +00:00 |
Patrik Stridvall
|
14da7b1c93
|
Added extern "C" if __cplusplus is defined.
|
1999-06-12 10:53:06 +00:00 |
Paul Quinn
|
89b21b4c28
|
Many new defines, and structs to help compile MFC. As well as a few
OLE corrections from earlier.
|
1999-03-14 13:47:00 +00:00 |
Paul Quinn
|
ea1640fc0c
|
Added a lot of new OLE interfaces.
|
1999-03-10 18:03:53 +00:00 |