mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[ATL] Add CHAIN_MSG_MAP macro
This commit is contained in:
parent
85ae842105
commit
e7c29bb1fc
1 changed files with 6 additions and 0 deletions
|
@ -1827,6 +1827,12 @@ public:
|
|||
return TRUE; \
|
||||
}
|
||||
|
||||
#define CHAIN_MSG_MAP(theChainClass) \
|
||||
{ \
|
||||
if (theChainClass::ProcessWindowMessage(hWnd, uMsg, wParam, lParam, lResult)) \
|
||||
return TRUE; \
|
||||
}
|
||||
|
||||
#define DECLARE_WND_CLASS_EX(WndClassName, style, bkgnd) \
|
||||
static ATL::CWndClassInfo& GetWndClassInfo() \
|
||||
{ \
|
||||
|
|
Loading…
Reference in a new issue