Changeset 158
- Timestamp:
- Apr 20, 2002, 7:37:43 PM (23 years ago)
- Location:
- trunk/src/helpers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/except.c
r153 r158 501 501 502 502 // make some noise 503 #ifndef __NOEXCEPTIONBEEPS__ // V0.9.19 (2002-04-17) [umoeller] 503 504 if (G_fBeepOnException) 504 505 { … … 513 514 DosBeep( 250, 30); 514 515 } 516 #endif 515 517 516 518 // generic exception info -
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.