Frédéric Delanoy
|
b5a33dab88
|
dlls: Assorted spelling fixes.
|
2011-08-02 20:47:51 +02:00 |
Michael Stefaniuc
|
abcd84aa0e
|
mapi32: COM cleanup for the IPropData iface.
|
2010-12-29 11:59:34 +01:00 |
Michael Stefaniuc
|
e67e836ef9
|
mapi32: Fully merge the IMAPIProp ifaces into IPropData.
|
2010-12-29 11:59:34 +01:00 |
Amine Khaldi
|
5ce4caf8f3
|
mapi32: Remove an unneeded assignment.
|
2009-12-18 12:49:24 +01:00 |
Francois Gouget
|
54af22f634
|
mapi32: Remove WINAPI on static functions where not needed.
|
2008-11-28 12:54:40 +01:00 |
Austin English
|
f4c4488df8
|
Spelling fixes.
|
2008-04-07 13:36:17 +02:00 |
Andrew Talbot
|
18f78c721f
|
mapi32: Assign to structs instead of using memcpy.
|
2008-03-05 11:21:01 +01:00 |
Andrew Talbot
|
d6a3ee17ad
|
mapi32: Remove unneeded cast.
|
2008-01-11 12:23:50 +01:00 |
Andrew Talbot
|
d05a511d0b
|
mapi32: Remove unneeded casts.
|
2007-12-21 12:40:38 +01:00 |
Andrew Talbot
|
f2acf60044
|
mapi32: Void functions should not return a value.
|
2007-04-09 12:19:11 +02:00 |
Jan Zerebecki
|
b06c08530f
|
mapi32: Add DebugInfo to critical sections.
|
2007-03-12 13:38:07 +01:00 |
Francois Gouget
|
30e44c85c8
|
Assorted spelling fixes.
|
2006-11-07 15:25:24 +01:00 |
Michael Stefaniuc
|
b80cb315fd
|
mapi32: Win64 printf format warning fixes.
|
2006-10-10 11:56:42 +02:00 |
Francois Gouget
|
82babbee0b
|
Add missing '\n's to Wine traces.
|
2006-10-05 17:46:48 +02:00 |
Hervé Poussineau
|
4f49201413
|
mapi32: Use kernel32 functions instead of the ntdll ones.
|
2006-07-03 11:58:11 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Vincent Béron
|
d32610fabe
|
Remove local declarations already in included public headers.
|
2005-08-10 09:48:15 +00:00 |
Dmitry Timoshkov
|
b67da5b946
|
Make more of the OLE interface vtables const.
|
2005-06-01 19:57:42 +00:00 |
Francois Gouget
|
93416cdaf7
|
Assorted spelling fixes.
|
2005-03-23 13:15:18 +00:00 |
Jon Griffiths
|
69e7d31cec
|
Fix race in IMAPIProp_Release(), -W fixes.
|
2005-02-22 14:51:03 +00:00 |
Francois Gouget
|
87b0906789
|
Assorted spelling fixes.
|
2005-01-10 13:29:24 +00:00 |
Eric Pouech
|
cf1d00bb08
|
Removed excessive statement (break after return or goto, not useful
break, not needed vars...)
|
2005-01-09 16:42:53 +00:00 |
Jon Griffiths
|
91332bf471
|
Implement CreateIProp & most of MAPI's IMAPIProp & IPropData ifaces.
Implement FBadEntryList and make FBadProp use it.
Test CreateIProp, start of tests for IPropData interface.
|
2005-01-03 17:05:02 +00:00 |
Jon Griffiths
|
b1e84873ef
|
Implement HrGetOneProp, HrSetOneProp, FPropExists, FreePadrlist,
FreeProws, ScDupPropset, HexFromBin, FBinFromHex, FEqualNames.
Fix 2 cases where iterating over value arrays reused a loop variable
incorrectly.
|
2004-09-13 18:09:30 +00:00 |
Jon Griffiths
|
d0f9c31c28
|
Implement and test ScCopyProps/ScRelocProps.
|
2004-05-03 20:19:00 +00:00 |
Francois Gouget
|
0345908a27
|
Assorted spelling fixes.
|
2004-04-28 00:24:44 +00:00 |
Jon Griffiths
|
c79b70d6a4
|
Implement MAPI property & utility functions.
|
2004-04-23 23:28:27 +00:00 |