mfc.cfg: Fix wrong number of arguments for some macros
This commit is contained in:
parent
3c55984af3
commit
a8456b56f3
|
@ -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=""/>
|
||||
|
|
Loading…
Reference in New Issue