mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 00:55:48 +00:00
fix formatting
svn path=/trunk/; revision=41618
This commit is contained in:
parent
f69cbf46cc
commit
4e67d94e81
1 changed files with 6 additions and 6 deletions
|
@ -132,13 +132,13 @@ CallMsgFilterA(
|
|||
CBT_CREATEWNDA *cbtcwA = (CBT_CREATEWNDA *)lpMsg->lParam;
|
||||
CBT_CREATEWNDW cbtcwW;
|
||||
CREATESTRUCTW csW;
|
||||
MSG Msg;
|
||||
MSG Msg;
|
||||
|
||||
Msg.hwnd = lpMsg->hwnd;
|
||||
Msg.message = lpMsg->message;
|
||||
Msg.time = lpMsg->time;
|
||||
Msg.pt = lpMsg->pt;
|
||||
Msg.wParam = lpMsg->wParam;
|
||||
Msg.hwnd = lpMsg->hwnd;
|
||||
Msg.message = lpMsg->message;
|
||||
Msg.time = lpMsg->time;
|
||||
Msg.pt = lpMsg->pt;
|
||||
Msg.wParam = lpMsg->wParam;
|
||||
|
||||
cbtcwW.lpcs = &csW;
|
||||
cbtcwW.hwndInsertAfter = cbtcwA->hwndInsertAfter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue