Skip to content
Snippets Groups Projects
Commit 5605e63c authored by Damjan Jovanovic's avatar Damjan Jovanovic Committed by Alexandre Julliard
Browse files

wininet: Improve InternetGetLastResponseInfo() logging.

parent 40587a62
No related branches found
No related tags found
No related merge requests found
......@@ -1083,7 +1083,7 @@ BOOL WINAPI InternetGetLastResponseInfoA(LPDWORD lpdwError,
{
LPWITHREADERROR lpwite = TlsGetValue(g_dwTlsErrIndex);
TRACE("\n");
TRACE("(%p, %p, %p)\n", lpdwError, lpszBuffer, lpdwBufferLength);
if (lpwite)
{
......@@ -1120,7 +1120,7 @@ BOOL WINAPI InternetGetLastResponseInfoW(LPDWORD lpdwError,
{
LPWITHREADERROR lpwite = TlsGetValue(g_dwTlsErrIndex);
TRACE("\n");
TRACE("(%p, %p, %p)\n", lpdwError, lpszBuffer, lpdwBufferLength);
if (lpwite)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment