wineconsole: Fix Win64 warning.

This commit is contained in:
Dmitry Timoshkov 2008-04-09 21:23:29 +09:00 committed by Alexandre Julliard
parent b9f78daf71
commit 888d157bda
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ int WINECON_GrabChanges(struct inner_data* data)
h = wine_server_call_err( req ) ? 0 : (HANDLE)reply->handle; h = wine_server_call_err( req ) ? 0 : (HANDLE)reply->handle;
} }
SERVER_END_REQ; SERVER_END_REQ;
WINE_TRACE(" active(%d)", (int)h); WINE_TRACE(" active(%p)", h);
if (h) if (h)
{ {
CloseHandle(data->hConOut); CloseHandle(data->hConOut);