Patrik Stridvall
|
4b1574577d
|
- Made sure that the files that contains the declarations
of the implementated functions are included.
- Corrected mismatching prototypes.
- Cleaned up the include section.
|
2001-07-23 23:50:18 +00:00 |
Francois Gouget
|
a1d23f5da6
|
Removed the 'fn' prefix (i.e. ICOM_FN).
|
2001-01-04 22:59:48 +00:00 |
Alexandre Julliard
|
982a223f36
|
Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
Fixed a few ptr/segptr mismatches.
Moved CONV_RECT/POINT macros to wingdi16.h.
|
2000-12-13 20:20:09 +00:00 |
Alexandre Julliard
|
ef57e18f99
|
Removed some unnecessary includes.
|
2000-12-01 21:32:55 +00:00 |
Alexandre Julliard
|
b2ed2528b4
|
Finished separation of ole32.
|
2000-11-30 20:29:30 +00:00 |
Alexandre Julliard
|
ac7efef3b5
|
Changed GetProcAddress16 and 16-bit resource functions to take normal
pointers instead of SEGPTRs.
Removed WIN16_GetTempDrive.
|
2000-11-27 21:54:01 +00:00 |
Andreas Mohr
|
a59324db91
|
Cosmetics.
|
2000-11-25 01:40:10 +00:00 |
Alexandre Julliard
|
83f52d11c1
|
Moved all Win16 definitions out of the standard Windows headers.
|
2000-09-26 22:20:14 +00:00 |
Patrik Stridvall
|
39fc90a7b2
|
Fixed some warnings.
|
2000-03-28 19:30:06 +00:00 |
Francois Gouget
|
c9e9e4339d
|
- The ICOM_CMETHODxxx cause problems because the 'const' changes the
signature. There's no such thing on Windows anyway (it's a shame) so
just remove them altogether.
- HeapMinimize returns a void, not a 'void*'
|
2000-03-24 19:43:49 +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 |
Marcus Meissner
|
318094ec3e
|
IMalloc16_Constructor: moved ICOM_VTBL(This) where it belongs.
|
1999-10-31 17:36:47 +00:00 |
Francois Gouget
|
01c9ac401f
|
Generalized the use of the new ICOM_VFIELD and ICOM_VTBL macros.
|
1999-10-31 01:59:23 +00:00 |
Francois Gouget
|
819e7946e9
|
Added two macros, ICOM_VFIELD and ICOM_VTBL, so that when implementing
a COM interface one never has to name the lpVtbl field explicitly.
|
1999-10-25 15:43:36 +00:00 |
Marcus Meissner
|
b9da4576c6
|
Use segmented lpvtbl pointer for IMalloc16 interface, not linear one.
|
1999-10-23 14:41:28 +00:00 |
Ulrich Weigand
|
2a722f498a
|
Moved bulk of OLE implementation to dlls/ subdirectories.
|
1999-09-19 18:36:53 +00:00 |