Dmitry Timoshkov
|
eba47f1dfe
|
Make remaining OLE interface vtables const.
|
2005-06-06 19:50:35 +00:00 |
Juan Lang
|
2439b5fdda
|
Fixes to IShellFolder::GetAttributesOf implementations, spotted by
silverblade_:
- a count of zero is allowed to GetAttributesOf if apidl is NULL
- SFGAO_VALIDATE must be cleared upon return
|
2005-05-10 08:28:11 +00:00 |
Francois Gouget
|
93416cdaf7
|
Assorted spelling fixes.
|
2005-03-23 13:15:18 +00:00 |
Mike McCormack
|
b7cc006c33
|
Remove an unused function.
|
2005-03-19 17:08:52 +00:00 |
Jon Griffiths
|
dbf222f3aa
|
Use LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc).
|
2005-03-17 20:53:37 +00:00 |
Ge van Geldorp
|
9cc5e6cd03
|
- Fix quoting of .cpl filename.
- Use "cplopen" verb to execute .cpl files.
|
2005-02-09 13:25:13 +00:00 |
James Hawkins
|
ba92d2924a
|
- Use Interlocked* instead of ++/-- in AddRef/Release.
- Use only stored result of Interlocked* in AddRef/Release.
- Expand TRACEs to display the ref count.
|
2005-01-14 16:02:20 +00:00 |
Jon Griffiths
|
f82272c92f
|
Remove unneeded headers to reduce unneeded rebuilds.
|
2004-12-16 14:35:55 +00:00 |
Francois Gouget
|
486d020c1b
|
Don't define COBJMACROS in objbase.h.
Update the Wine sources accordingly.
|
2004-10-07 03:06:48 +00:00 |
Alexandre Julliard
|
314b99c48f
|
Removed some more uses of the non-standard ICOM_THIS macro.
|
2004-09-09 20:17:07 +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 |
Juan Lang
|
bbdd20d536
|
Correct some PIDL types and eliminate some magic numbers in PIDL
allocation; correct a copy-pasto from a previous patch.
|
2004-04-14 19:33:07 +00:00 |
Martin Fuchs
|
b8dc8abbc0
|
Correct IShellFolder::GetAttributesOf() for the case *rgfInOut=0.
|
2004-04-13 00:19:11 +00:00 |
Juan Lang
|
c00fbafbbf
|
Move control panel applet enumeration to cpanelfolder.c.
|
2004-04-08 04:37:43 +00:00 |
Juan Lang
|
f3301c6ba9
|
- comment fixes
- improved error checking and conformance with Windows
- remove some spurious error messages
|
2004-04-07 19:45:48 +00:00 |
Martin Fuchs
|
dd46d6df9e
|
Implementation of the control panel folder in shell namespace.
|
2004-03-27 01:42:22 +00:00 |