Changeset 10544 for trunk/src/user32/timer.cpp
- Timestamp:
- Mar 18, 2004, 2:18:33 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/timer.cpp
r10104 r10544 1 /* $Id: timer.cpp,v 1.1 6 2003-05-16 10:59:27sandervl Exp $ */1 /* $Id: timer.cpp,v 1.17 2004-03-18 13:18:33 sandervl Exp $ */ 2 2 3 3 /* … … 53 53 inline void EnterCriticalSection (void) 54 54 { 55 if ( timercritsect.hmtxLock == 0)55 if (DosValidateCriticalSection (&timercritsect) != 0) 56 56 DosInitializeCriticalSection(&timercritsect, NULL); 57 57
Note:
See TracChangeset
for help on using the changeset viewer.