Changeset 158 for trunk/src/helpers/winh.c
- Timestamp:
- Apr 20, 2002, 7:37:43 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/winh.c
r156 r158 1616 1616 ULONG ulHandle) 1617 1617 { 1618 LONG cItems = WinQueryLboxCount(hwndListBox);1619 if (cItems )1618 LONG cItems; 1619 if (cItems = WinQueryLboxCount(hwndListBox)) 1620 1620 { 1621 1621 ULONG ul;
Note:
See TracChangeset
for help on using the changeset viewer.