From 270c03269f6ea1d2a8d9b30153f9f488eac53622 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 16 Aug 2014 17:40:32 -0400 Subject: [PATCH] More TODOs. --- redo/imagelist_windows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redo/imagelist_windows.c b/redo/imagelist_windows.c index dcea7a1..0ad851f 100644 --- a/redo/imagelist_windows.c +++ b/redo/imagelist_windows.c @@ -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 }