Francois Gouget
|
f82a723a43
|
The COM virtual tables must use the
'ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE' macro to provide padding in C++.
|
2000-01-30 02:55:16 +00:00 |
Marcus Meissner
|
bade58f2d2
|
Added *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore that need them.
|
2000-01-23 22:00:06 +00:00 |
Marcus Meissner
|
317c9d0ff6
|
Implemented (Register|Get|Revoke)ActiveObject from the docs.
|
2000-01-23 03:15:25 +00:00 |
Alexandre Julliard
|
681c75bf17
|
Added debugstr_guid function and used it to replace
WINE_StringFromCLSID in all debugging messages.
|
2000-01-18 05:09:49 +00:00 |
Alexandre Julliard
|
afa4315507
|
Removed a dependency between oleaut32 and comctl32.
|
2000-01-12 05:01:02 +00:00 |
Eric Pouech
|
be5e3c6512
|
SysStringLen can get a NULL pointer (and shall return 0).
|
1999-12-12 21:27:41 +00:00 |
Patrik Stridvall
|
9af5e69107
|
Fixed some issues found by winapi_check.
|
1999-12-11 23:02:15 +00:00 |
Dimitrie O. Paun
|
dd03cc19fd
|
Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
Use the default version of FIXME, ERR, WARN, TRACE for the default
channel.
|
1999-12-08 03:56:23 +00:00 |
Andreas Mohr
|
ffdd1717d4
|
- the OLE version returned was too low
- renamed OABuildVersion16 to OaBuildVersion16
- spelling fixes
|
1999-12-05 23:52:56 +00:00 |
Andreas Mohr
|
deebddf24b
|
SysAllocStringLen16 needs to handle NULL pointers, too.
|
1999-10-25 15:41:24 +00:00 |
Patrik Stridvall
|
96336324cf
|
- Added missing configuration #if:s and #includes:s.
- Minor configuration related changes.
|
1999-10-24 22:13:47 +00:00 |
Patrik Stridvall
|
d7da486c96
|
Added spec file declarations for already implemented functions.
|
1999-10-24 21:35:16 +00:00 |
Francois Gouget
|
6e74ec0015
|
Use the COM macros rather than directly accessing the lpvtbl field.
|
1999-10-13 14:01:40 +00:00 |
Marcus Meissner
|
84e2d6bacc
|
Added stubs for RevokeActiveObject, GetActiveObject, fixed
RegisterActiveObject stub argtypes.
|
1999-10-13 12:19:09 +00:00 |
Rein Klazes
|
260cd4ec94
|
First implementation of LoadTypeLibEx().
|
1999-09-29 12:15:05 +00:00 |
Patrik Stridvall
|
8276f696fc
|
Fixed some of the issues reported by winapi-check.
|
1999-09-23 11:48:02 +00:00 |
Ulrich Weigand
|
2a722f498a
|
Moved bulk of OLE implementation to dlls/ subdirectories.
|
1999-09-19 18:36:53 +00:00 |