Commit e937e469 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

Fix 'pointers are not permitted as case values' compile error.

parent 9c93c484
......@@ -577,7 +577,7 @@ static WDML_QUEUE_STATE WDML_ServerHandleRequest(WDML_CONV* pConv, WDML_XACT* pX
WDML_PostAck(pConv, WDML_SERVER_SIDE, 0, FALSE, FALSE, pXAct->atom,
pXAct->lParam, WM_DDE_REQUEST);
break;
case CBR_BLOCK:
case (ULONG_PTR)CBR_BLOCK:
ret = WDML_QS_BLOCK;
break;
default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment