Changeset 95894 in vbox for trunk/src/VBox/Runtime/include/internal
- Timestamp:
- Jul 28, 2022 8:44:28 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152630
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/compiler-vcc.h
r95870 r95894 49 49 # pragma section(".CRT$XTAA", read, long) 50 50 # pragma section(".CRT$XTZ", read, long) 51 # define IPRT_COMPILER_TERM_CALLBACK(a_fn) \ 52 __declspec(allocate(".CRT$XTAA")) PFNRT RT_CONCAT(g_rtVccTermCallback_, a_fn) = a_fn 51 53 #endif 52 54
Note:
See TracChangeset
for help on using the changeset viewer.