Changeset 32504 in vbox for trunk/src/VBox/Runtime/generic/timer-generic.cpp
- Timestamp:
- Sep 15, 2010 10:12:38 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/timer-generic.cpp
r28800 r32504 325 325 RT_EXPORT_SYMBOL(RTTimerReleaseSystemGranularity); 326 326 327 328 RTDECL(bool) RTTimerCanDoHighResolution(void) 329 { 330 return false; 331 } 332 RT_EXPORT_SYMBOL(RTTimerCanDoHighResolution);
Note:
See TracChangeset
for help on using the changeset viewer.