Changeset 54 for trunk/src/helpers/cctl_tooltip.c
- Timestamp:
- Apr 4, 2001, 4:39:06 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/cctl_tooltip.c
r47 r54 816 816 case WM_DESTROY: 817 817 // stop timers 818 if (pttd-> ulTimeoutInitial)818 if (pttd->idTimerInitial) 819 819 WinStopTimer(pttd->hab, 820 820 hwndTooltip, 821 pttd-> ulTimeoutInitial);821 pttd->idTimerInitial); 822 822 if (pttd->idTimerAutopop) 823 823 WinStopTimer(pttd->hab,
Note:
See TracChangeset
for help on using the changeset viewer.