Changeset 10614 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Jul 14, 2008 7:52:32 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/timer-posix.cpp
r10218 r10614 29 29 */ 30 30 31 /******************************************************************************* 32 * Defined Constants And Macros * 33 *******************************************************************************/ 34 /** Enables the use of POSIX RT timers. */ 35 #define IPRT_WITH_POSIX_TIMERS 36 31 37 32 38 /******************************************************************************* … … 56 62 # include <pthread.h> 57 63 #endif 64 58 65 59 66 /*******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.