Ignore:
Timestamp:
Mar 18, 2004, 2:18:33 PM (21 years ago)
Author:
sandervl
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/timer.cpp

    r10104 r10544  
    1 /* $Id: timer.cpp,v 1.16 2003-05-16 10:59:27 sandervl Exp $ */
     1/* $Id: timer.cpp,v 1.17 2004-03-18 13:18:33 sandervl Exp $ */
    22
    33/*
     
    5353inline void EnterCriticalSection (void)
    5454{
    55    if (timercritsect.hmtxLock == 0)
     55   if (DosValidateCriticalSection (&timercritsect) != 0)
    5656      DosInitializeCriticalSection(&timercritsect, NULL);
    5757
Note: See TracChangeset for help on using the changeset viewer.