More TODOs.
This commit is contained in:
parent
c920946898
commit
c1443855d5
|
@ -12,6 +12,7 @@ static LRESULT CALLBACK tabSubProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM l
|
|||
LRESULT r;
|
||||
LRESULT lResult;
|
||||
|
||||
// TODO add to Group
|
||||
if (sharedWndProc(hwnd, uMsg, wParam, lParam, &lResult))
|
||||
return lResult;
|
||||
switch (uMsg) {
|
||||
|
|
Loading…
Reference in New Issue