More TODOs.

This commit is contained in:
Pietro Gagliardi 2014-08-16 17:40:32 -04:00
parent d5f9c237b7
commit 270c03269f
1 changed files with 1 additions and 1 deletions

View File

@ -93,6 +93,6 @@ noscale:
void applyImageList(HWND hwnd, UINT uMsg, WPARAM wParam, HIMAGELIST il)
{
if (SendMessageW(hwnd, uMsg, wParam, (LPARAM) il) == (LRESULT) NULL)
;// xpanic("error setting image list", GetLastError());
;//TODO xpanic("error setting image list", GetLastError());
// TODO free old one here if any
}