Changeset 158


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

Misc fixes.

Location:
trunk/src/helpers
Files:
2 edited

Legend:

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

    r153 r158  
    501501
    502502    // make some noise
     503#ifndef __NOEXCEPTIONBEEPS__        // V0.9.19 (2002-04-17) [umoeller]
    503504    if (G_fBeepOnException)
    504505    {
     
    513514        DosBeep( 250, 30);
    514515    }
     516#endif
    515517
    516518    // generic exception info
  • 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.