wineconsole: Fix Win64 warning.
This commit is contained in:
parent
b9f78daf71
commit
888d157bda
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue