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

View file

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