Ignore:
Timestamp:
Apr 4, 2001, 4:39:06 PM (24 years ago)
Author:
umoeller
Message:

Misc changes.

File:
1 edited

Legend:

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

    r47 r54  
    816816            case WM_DESTROY:
    817817                // stop timers
    818                 if (pttd->ulTimeoutInitial)
     818                if (pttd->idTimerInitial)
    819819                    WinStopTimer(pttd->hab,
    820820                                 hwndTooltip,
    821                                  pttd->ulTimeoutInitial);
     821                                 pttd->idTimerInitial);
    822822                if (pttd->idTimerAutopop)
    823823                    WinStopTimer(pttd->hab,
Note: See TracChangeset for help on using the changeset viewer.