More TODOs.

This commit is contained in:
Pietro Gagliardi 2014-10-16 14:12:02 -04:00
parent c920946898
commit c1443855d5
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ static LRESULT CALLBACK tabSubProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM l
LRESULT r; LRESULT r;
LRESULT lResult; LRESULT lResult;
// TODO add to Group
if (sharedWndProc(hwnd, uMsg, wParam, lParam, &lResult)) if (sharedWndProc(hwnd, uMsg, wParam, lParam, &lResult))
return lResult; return lResult;
switch (uMsg) { switch (uMsg) {