Zebediah Figura
0ca19c3cfb
mapi32: Use the %I length modifier to print pointer-size integers.
...
"long int" is 32 bits on Windows, so %l will silently truncate the argument to
32 bits.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-01-30 16:22:33 +01:00
Huw Davies
bf5dca1976
ole32: The type of the size of IMalloc'ed blocks is SIZE_T.
...
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-01-20 01:50:47 +09:00
Francois Gouget
548f986e25
mapi32: Remove unneeded NONAMELESSXXX directives.
2015-03-13 21:57:31 +09:00
Michael Stefaniuc
5a9d74a333
mapi32: COM cleanup for the IMalloc iface.
2011-01-24 14:43:25 +01:00
Owen Rudge
2d1a7173a4
mapi32: Pass several extended MAPI functions through to provider.
2009-10-27 10:51:24 +01:00
Michael Stefaniuc
120584d5c5
mapi32: Remove superfluous casts.
2009-01-08 12:54:48 +01:00
Andrew Talbot
d05a511d0b
mapi32: Remove unneeded casts.
2007-12-21 12:40:38 +01:00
Michael Stefaniuc
b80cb315fd
mapi32: Win64 printf format warning fixes.
2006-10-10 11:56:42 +02:00
Jonathan Ernst
360a3f9142
Update the address of the Free Software Foundation.
2006-05-23 14:11:13 +02:00
Vincent Béron
d52dafb5cc
Add a few missing #includes.
2005-12-07 12:51:39 +01:00
Jon Griffiths
dbf222f3aa
Use LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc).
2005-03-17 20:53:37 +00:00
Jon Griffiths
18b26d893a
Implement DllMain, DllCanUnloadNow, WrapProgress,
...
MAPIGetDefaultMalloc, IsBadBoundedStringPtr, UFromSz, UlFromSzHex,
CbOfEncoded.
Add tests for the above.
2004-11-30 17:38:52 +00:00