Andrew Talbot
|
815c3ccbdc
|
comcat: Cast-qual warning fix.
|
2007-07-23 11:53:49 +02:00 |
Andrew Talbot
|
8e2bee8cb1
|
comcat: Constify some variables.
|
2007-04-03 11:22:34 +02:00 |
Andrew Talbot
|
525b5f4e59
|
comcat: Declare some variables static and const.
|
2007-03-17 19:53:39 +01:00 |
Michael Stefaniuc
|
276d0900a8
|
comcat: Win64 printf format warning fixes.
|
2006-10-04 20:55:36 +02:00 |
Aric Stewart
|
9c3b12bd54
|
comcat: cImplemented or cRequired of -1 means to match everything
regardless of the implementation or categories.
|
2006-07-17 13:43:31 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Mike McCormack
|
2d7ea23868
|
Interlocked LONG* gcc warning fixes.
|
2005-07-11 13:21:17 +00:00 |
Dmitry Timoshkov
|
4625628e67
|
Make some of the OLE interface vtables const.
|
2005-05-27 20:17:35 +00:00 |
Jakob Eriksson
|
461c830745
|
Eliminate HeapAlloc casts.
|
2005-03-22 18:26:06 +00:00 |
Paul Vriens
|
545cdfa2ef
|
- use Interlocked* functions in AddRef and Release.
- store the result of the Interlocked functions and use only this.
|
2005-01-10 12:25:29 +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 |
Francois Gouget
|
9591836ffb
|
'sizeof type' is best avoided as it won't always compile (e.g. 'int
main() {return sizeof int;}'). Use 'sizeof(type)' instead.
|
2003-06-18 19:45:22 +00:00 |
Alexandre Julliard
|
c2ebe1ff93
|
Removed uses of the non standard ICOM_VTBL macro.
|
2003-04-10 18:17:34 +00:00 |
Tony Lambregts
|
2e24a148bf
|
Replace DPRINTF with TRACE.
|
2003-03-15 00:12:42 +00:00 |
Alexandre Julliard
|
d2c034a8dc
|
Removed some remaining references to wine/obj_base.h.
|
2002-12-23 01:39:35 +00:00 |
John K. Hohm
|
8e4eb3ab5f
|
Completed implementation of comcat.dll, incl. Dll[Un]RegisterServer.
|
2002-06-13 19:13:38 +00:00 |
John K. Hohm
|
36ed03e246
|
Complete ICatInformation implementation.
|
2002-06-02 21:25:08 +00:00 |
Alexandre Julliard
|
13b0dc5fde
|
Replaced swprintf by wsprintfW.
|
2002-05-29 19:25:50 +00:00 |
John K. Hohm
|
454d99f0a2
|
More comcat.dll implementation, swprintf fix, winerror.h additions.
|
2002-05-19 22:27:41 +00:00 |
John K. Hohm
|
34909c206c
|
Added comcat.dll with factory and manager but E_NOTIMPL work methods.
|
2002-05-14 21:50:56 +00:00 |