Changeset 297 for trunk/src/helpers/timer.c
- Timestamp:
- Oct 9, 2005, 3:11:51 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/timer.c
r265 r297 68 68 69 69 /* 70 * Copyright (C) 2000-200 1Ulrich Mller.70 * Copyright (C) 2000-2005 Ulrich Mller. 71 71 * This file is part of the "XWorkplace helpers" source package. 72 72 * This is free software; you can redistribute it and/or modify … … 468 468 VOID tmrTimerTick(PXTIMERSET pSet) // in: timer set (from tmrCreateSet) 469 469 { 470 BOOL fLocked = FALSE;470 volatile BOOL fLocked = FALSE; // XWP V1.0.4 (2005-10-09) [pr] 471 471 472 472 TRY_LOUD(excpt1)
Note:
See TracChangeset
for help on using the changeset viewer.