comparison win/dw.c @ 1878:313e5d64714d

MinGW, documentation and warning fixes.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 09 Aug 2013 10:17:59 +0000
parents fb137f7f91e4
children 39ef93f82f04
comparison
equal deleted inserted replaced
1877:60abfe87dc05 1878:313e5d64714d
9761 * text: Text usually returned by dw_container_query(). 9761 * text: Text usually returned by dw_container_query().
9762 */ 9762 */
9763 void API dw_container_delete_row(HWND handle, char *text) 9763 void API dw_container_delete_row(HWND handle, char *text)
9764 { 9764 {
9765 int index = ListView_GetNextItem(handle, -1, LVNI_ALL); 9765 int index = ListView_GetNextItem(handle, -1, LVNI_ALL);
9766 void **params;
9767 9766
9768 while(index != -1) 9767 while(index != -1)
9769 { 9768 {
9770 LV_ITEM lvi; 9769 LV_ITEM lvi;
9771 void **params; 9770 void **params;