Ignore:
Timestamp:
Oct 9, 2005, 3:11:51 PM (20 years ago)
Author:
pr
Message:

Update functions using exception handlers to force non-register variables

File:
1 edited

Legend:

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

    r265 r297  
    6868
    6969/*
    70  *      Copyright (C) 2000-2001 Ulrich M”ller.
     70 *      Copyright (C) 2000-2005 Ulrich M”ller.
    7171 *      This file is part of the "XWorkplace helpers" source package.
    7272 *      This is free software; you can redistribute it and/or modify
     
    468468VOID tmrTimerTick(PXTIMERSET pSet)      // in: timer set (from tmrCreateSet)
    469469{
    470     BOOL fLocked = FALSE;
     470    volatile BOOL fLocked = FALSE; // XWP V1.0.4 (2005-10-09) [pr]
    471471
    472472    TRY_LOUD(excpt1)
Note: See TracChangeset for help on using the changeset viewer.