Marcus Meissner
|
7d2173a9e9
|
Do not free the old string in SysReAllocStringLen, reuse the old
string memory (if 'in' is NULL).
|
2003-01-28 00:30:29 +00:00 |
Alexandre Julliard
|
52395b0eb9
|
Fixed some issues caused by the new oaidl.h.
|
2003-01-05 20:32:30 +00:00 |
Marcus Meissner
|
1c421d779d
|
Support DllGetClassObject of CLSID_StdPicture.
PICTYPE_NONE has width/height 0.
|
2003-01-02 17:54:57 +00:00 |
Marcus Meissner
|
561a1a8de0
|
Separated out 16bit sources for ole2disp.dll.
|
2002-12-12 22:24:45 +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 |
Marcus Meissner
|
0749fc2034
|
Implemented Local Server COM.
Implemented the Typelib based Marshaler.
|
2002-02-05 18:11:17 +00:00 |
Andreas Mohr
|
2718c895d1
|
Make OaBuildVersion() return the highest version value possible.
Some cleanups.
|
2001-10-02 18:28:31 +00:00 |
Patrik Stridvall
|
b3b61dad68
|
Documentation fixes.
|
2001-07-26 21:44:23 +00:00 |
Alexandre Julliard
|
1922c72b8a
|
Removed unnecessary inclusion of heap.h.
|
2001-07-25 00:43:29 +00:00 |
Marcus Meissner
|
c0ccd263a7
|
OLEAUT32.DllGetClassObject and support for the Ole StdFont added (just
giving back a 8 point System font for now).
|
2001-07-24 00:59:28 +00:00 |
Patrik Stridvall
|
044855c6ec
|
Documentation fixes.
|
2001-07-11 18:56:41 +00:00 |
Patrik Stridvall
|
8b216b3d02
|
Documentation ordinal fixes.
|
2001-06-19 18:20:47 +00:00 |
François Gouget
|
44a182229b
|
winuser.h now requires that we include winbase.h first.
|
2000-12-19 04:53:20 +00:00 |
Alexandre Julliard
|
db0747d095
|
Removed some unnecessary includes.
Got rid of ldt.h.
|
2000-12-13 20:23:41 +00:00 |
Alexandre Julliard
|
5be8e7d8e0
|
Created a small static library in ole/libuuid.a that contains all the
UUID definitions (with the help of Francois Gouget).
|
2000-12-06 01:50:47 +00:00 |
Patrik Stridvall
|
1ed5577522
|
Don't include windows.h internally.
|
2000-11-30 01:31:28 +00:00 |
Alexandre Julliard
|
d586dc99be
|
Replaced VERSION_* calls by exported API equivalents.
|
2000-08-14 14:35:01 +00:00 |
Alexandre Julliard
|
bea617be47
|
Moved GUID definitions to their respective dll.
|
2000-08-03 04:22:35 +00:00 |
Patrik Stridvall
|
2d6457c11a
|
Added/fixed some documentation reported by winapi_check.
|
2000-03-28 20:22:59 +00:00 |
Marcus Meissner
|
323af8dbba
|
Stubs for DllRegisterServer/DllUnregisterServer.
|
2000-03-26 13:36:40 +00:00 |
Patrik Stridvall
|
fcfacb95a7
|
Added/fixed some documentation reported by winapi_check.
|
2000-03-24 20:46:04 +00:00 |
Jeremy White
|
d3e22d9d55
|
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
the resulting compilation failures).
|
2000-02-10 19:03:02 +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 |
Andreas Mohr
|
ffdd1717d4
|
- the OLE version returned was too low
- renamed OABuildVersion16 to OaBuildVersion16
- spelling fixes
|
1999-12-05 23:52:56 +00:00 |
Marcus Meissner
|
84e2d6bacc
|
Added stubs for RevokeActiveObject, GetActiveObject, fixed
RegisterActiveObject stub argtypes.
|
1999-10-13 12:19:09 +00:00 |
Ulrich Weigand
|
2a722f498a
|
Moved bulk of OLE implementation to dlls/ subdirectories.
|
1999-09-19 18:36:53 +00:00 |