Changeset 3123 in vbox for trunk/src/VBox/Runtime/include/internal
- Timestamp:
- Jun 15, 2007 2:46:16 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22015
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/time.h
r2981 r3123 27 27 __BEGIN_DECLS 28 28 29 #if def IN_RING329 #if defined(IN_RING3) || defined(IN_GC) 30 30 31 31 extern uint64_t g_u64ProgramStartNanoTS; 32 extern uint64_t g_u64ProgramStartMicroTS; 32 33 extern uint64_t g_u64ProgramStartMilliTS; 33 34
Note:
See TracChangeset
for help on using the changeset viewer.