Ignore:
Timestamp:
Sep 3, 2002, 8:17:46 PM (23 years ago)
Author:
umoeller
Message:

Minor adjustments for new static handling.

File:
1 edited

Legend:

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

    r191 r222  
    159159 */
    160160
    161 static BOOL LockTimers(VOID)
     161STATIC BOOL LockTimers(VOID)
    162162{
    163163    if (!G_hmtxTimers)
     
    176176 */
    177177
    178 static VOID UnlockTimers(VOID)
     178STATIC VOID UnlockTimers(VOID)
    179179{
    180180    DosReleaseMutexSem(G_hmtxTimers);
     
    190190 */
    191191
    192 static PXTIMER FindTimer(PXTIMERSET pSet,          // in: timer set (from tmrCreateSet)
     192STATIC PXTIMER FindTimer(PXTIMERSET pSet,          // in: timer set (from tmrCreateSet)
    193193                         HWND hwnd,                // in: timer target window
    194194                         USHORT usTimerID)         // in: timer ID
     
    225225 */
    226226
    227 static VOID RemoveTimer(PXTIMERSET pSet,       // in: timer set (from tmrCreateSet)
     227STATIC VOID RemoveTimer(PXTIMERSET pSet,       // in: timer set (from tmrCreateSet)
    228228                        PXTIMER pTimer)        // in: timer to remove
    229229{
     
    252252 */
    253253
    254 static VOID AdjustPMTimer(PXTIMERSET pSet)
     254STATIC VOID AdjustPMTimer(PXTIMERSET pSet)
    255255{
    256256    PLINKLIST pllXTimers = (PLINKLIST)pSet->pvllXTimers;
Note: See TracChangeset for help on using the changeset viewer.