On September 10, 2002 10:26 pm, Guy L. Albertelli wrote:
+#if !LISTVIEW_DEBUG
- if (infoPtr->clrBk != CLR_NONE)
+#endif
- {
- HBRUSH hBrush = CreateSolidBrush(clrbrsh);
- FillRect(hdc, rc, hBrush);
- DeleteObject(hBrush);
- }
+}
I *really* don't like these #ifs. Do we really have to have them? listview.c is already such a big file, and it's not easy to work with. Let's not make it harder...