Ignore:
Timestamp:
Sep 16, 2001, 9:27:25 PM (24 years ago)
Author:
phaller
Message:

Added support for new kernels with better timer granularity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winmm/time.cpp

    r6408 r6728  
    1 /* $Id: time.cpp,v 1.12 2001-07-30 10:19:54 sandervl Exp $ */
     1/* $Id: time.cpp,v 1.13 2001-09-16 19:27:25 phaller Exp $ */
    22
    33/*
     
    6464{
    6565  dprintf(("WINMM:timeGetDevCaps Not really Implemented\n"));
    66 
     66 
     67  /* 2001-09-16 PH
     68   add dynamic detection of OS/2's minimum timer resolution
     69   */
     70 
    6771  ptc->wPeriodMin = OS2TIMER_RESOLUTION_MINIMUM;
    6872  ptc->wPeriodMax = OS2TIMER_RESOLUTION_MAXIMUM;
Note: See TracChangeset for help on using the changeset viewer.