Changeset 6728 for trunk/src/winmm/time.cpp
- Timestamp:
- Sep 16, 2001, 9:27:25 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/winmm/time.cpp
r6408 r6728 1 /* $Id: time.cpp,v 1.1 2 2001-07-30 10:19:54 sandervlExp $ */1 /* $Id: time.cpp,v 1.13 2001-09-16 19:27:25 phaller Exp $ */ 2 2 3 3 /* … … 64 64 { 65 65 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 67 71 ptc->wPeriodMin = OS2TIMER_RESOLUTION_MINIMUM; 68 72 ptc->wPeriodMax = OS2TIMER_RESOLUTION_MAXIMUM;
Note:
See TracChangeset
for help on using the changeset viewer.