mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
Fix 'pointers are not permitted as case values' compile error.
This commit is contained in:
parent
9c93c484c5
commit
e937e469b1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user