ole32: Fix the spelling of a couple of comments.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d59659c79d
commit
a46ccda5c0
@ -60,7 +60,7 @@ typedef struct {
|
|||||||
/* this is the static object instance */
|
/* this is the static object instance */
|
||||||
static _Malloc32 Malloc32 = {{&VT_IMalloc32}, 0, NULL, 0, 0, NULL, 0};
|
static _Malloc32 Malloc32 = {{&VT_IMalloc32}, 0, NULL, 0, 0, NULL, 0};
|
||||||
|
|
||||||
/* with a spy active all calls from pre to post methods are threadsave */
|
/* with a spy active all calls from pre to post methods are threadsafe */
|
||||||
static CRITICAL_SECTION IMalloc32_SpyCS;
|
static CRITICAL_SECTION IMalloc32_SpyCS;
|
||||||
static CRITICAL_SECTION_DEBUG critsect_debug =
|
static CRITICAL_SECTION_DEBUG critsect_debug =
|
||||||
{
|
{
|
||||||
@ -285,8 +285,8 @@ static void WINAPI IMalloc_fnFree(IMalloc *iface, void *pv)
|
|||||||
*
|
*
|
||||||
* NOTES
|
* NOTES
|
||||||
* FIXME returns:
|
* FIXME returns:
|
||||||
* win95: size allocated (4 byte boundarys)
|
* win95: size allocated (4 byte boundaries)
|
||||||
* win2k: size originally requested !!! (allocated on 8 byte boundarys)
|
* win2k: size originally requested !!! (allocated on 8 byte boundaries)
|
||||||
*/
|
*/
|
||||||
static SIZE_T WINAPI IMalloc_fnGetSize(IMalloc *iface, void *pv)
|
static SIZE_T WINAPI IMalloc_fnGetSize(IMalloc *iface, void *pv)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user