Changeset 85127 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jul 8, 2020 11:42:18 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139067
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/gc/initterm-gc.cpp
r82968 r85127 46 46 * Program start nanosecond TS. 47 47 */ 48 uint64_tg_u64ProgramStartNanoTS;48 DECL_HIDDEN_DATA(uint64_t) g_u64ProgramStartNanoTS; 49 49 50 50 -
trunk/src/VBox/Runtime/include/internal/time.h
r82968 r85127 37 37 #if defined(IN_RING3) || defined(IN_RC) 38 38 39 extern DECL HIDDEN(uint64_t) g_u64ProgramStartNanoTS;39 extern DECL_HIDDEN_DATA(uint64_t) g_u64ProgramStartNanoTS; 40 40 41 41 #endif
Note:
See TracChangeset
for help on using the changeset viewer.