Changeset 95845 in vbox for trunk/src/VBox
- Timestamp:
- Jul 26, 2022 10:28:44 PM (2 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r95842 r95845 2307 2307 common/compiler/vcc/initializers-c-cpp-vcc.cpp \ 2308 2308 common/compiler/vcc/stacksup-vcc.cpp \ 2309 common/compiler/vcc/fltused-vcc.cpp \ 2309 2310 r3/win/nocrt-startup-exe-win.cpp \ 2310 2311 r3/win/nocrt-alloc-win.cpp \ -
trunk/src/VBox/Runtime/include/internal/compiler-vcc.h
r95834 r95845 87 87 RT_C_DECLS_BEGIN 88 88 89 extern unsigned _fltused; 90 89 91 int rtVccInitializersRunInit(void) RT_NOEXCEPT; 90 92 void rtVccInitializersRunTerm(void) RT_NOEXCEPT; 93 91 94 92 95 RT_C_DECLS_END
Note:
See TracChangeset
for help on using the changeset viewer.