Changeset 99555 in vbox
- Timestamp:
- Apr 28, 2023 11:37:24 AM (17 months ago)
- File:
-
- 1 edited
-
trunk/include/iprt/runtime-loader.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/runtime-loader.h
r99538 r99555 201 201 the arguments in an inline function, so only make the function pointer available here. */ 202 202 # define RT_PROXY_VARIADIC_STUB(function, rettype, signature) \ 203 rettype (* g_pfn_ ## function) signature; \203 rettype (*function) signature; 204 204 205 205 RT_RUNTIME_LOADER_INSERT_SYMBOLS
Note:
See TracChangeset
for help on using the changeset viewer.

