Ignore:
Timestamp:
Apr 20, 2002, 7:37:43 PM (23 years ago)
Author:
umoeller
Message:

Misc fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/winh.c

    r156 r158  
    16161616                                 ULONG ulHandle)
    16171617{
    1618     LONG cItems = WinQueryLboxCount(hwndListBox);
    1619     if (cItems)
     1618    LONG cItems;
     1619    if (cItems = WinQueryLboxCount(hwndListBox))
    16201620    {
    16211621        ULONG ul;
Note: See TracChangeset for help on using the changeset viewer.