Changeset 97906 in vbox for trunk/include
- Timestamp:
- Dec 29, 2022 6:23:26 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/log.h
r97880 r97906 194 194 195 195 196 #if 0 /* retired */ 196 197 /** 197 198 * Logger function. … … 203 204 /** Pointer to logger function. */ 204 205 typedef FNRTLOGGER *PFNRTLOGGER; 206 #endif 205 207 206 208 /** … … 404 406 /** User value \#3, initialized to zero. */ 405 407 uint64_t u64UserValue3; 408 #if 0 406 409 /** Pointer to the logger function (used in non-C99 mode only). 407 410 * … … 412 415 * RTMemExecAlloc(), except for agnostic R0 code.) */ 413 416 PFNRTLOGGER pfnLogger; 417 #else 418 /** Unused. */ 419 uintptr_t uUsedToBeNonC99Logger; 420 #endif 414 421 #if ARCH_BITS == 32 415 422 /** Explicit padding. */
Note:
See TracChangeset
for help on using the changeset viewer.