mfc.cfg: Fix wrong number of arguments for some macros

This commit is contained in:
versat 2019-09-17 15:19:15 +02:00
parent 3c55984af3
commit a8456b56f3
1 changed files with 3 additions and 3 deletions

View File

@ -9,11 +9,11 @@
<define name="ON_UPDATE_COMMAND_UI(x,y)" value=""/>
<define name="ON_UPDATE_COMMAND_UI_RANGE(x,y,z)" value=""/>
<define name="ON_NOTIFY(x,y,z)" value=""/>
<define name="ON_NOTIFY_RANGE(x,y,z)" value=""/>
<define name="ON_NOTIFY_RANGE(w,x,y,z)" value=""/>
<define name="ON_NOTIFY_EX(x,y,z)" value=""/>
<define name="ON_NOTIFY_EX_RANGE(x,y,z)" value=""/>
<define name="ON_NOTIFY_EX_RANGE(w,x,y,z)" value=""/>
<define name="ON_CONTROL(x,y,z)" value=""/>
<define name="ON_CONTROL_RANGE(x,y,z)" value=""/>
<define name="ON_CONTROL_RANGE(w,x,y,z)" value=""/>
<define name="ON_CONTROL_REFLECT(x,y)" value=""/>
<define name="ON_CONTROL_REFLECT_EX(x,y)" value=""/>
<define name="ON_NOTIFY_REFLECT(x,y)" value=""/>