crypt32: Add a couple traces.
This commit is contained in:
parent
bcbf5dcee3
commit
c5a213a816
|
@ -71,6 +71,7 @@ void *Context_CreateDataContext(size_t contextSize)
|
|||
ret = NULL;
|
||||
}
|
||||
}
|
||||
TRACE("returning %p\n", ret);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
@ -96,6 +97,7 @@ void *Context_CreateLinkContext(unsigned int contextSize, void *linked, unsigned
|
|||
InterlockedIncrement(&linkedBase->ref);
|
||||
TRACE("%p's ref count is %d\n", context, linkContext->ref);
|
||||
}
|
||||
TRACE("returning %p\n", context);
|
||||
return context;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue