Changeset 3243 in vbox
- Timestamp:
- Jun 23, 2007 1:22:16 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22236
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/log.h
r3242 r3243 1007 1007 1008 1008 /** @def LogRelBackdoor 1009 * Genericlogging to the VBox backdoor via port I/O.1009 * Release logging to the VBox backdoor via port I/O. 1010 1010 */ 1011 1011 #if !defined(LOG_NO_BACKDOOR) … … 1022 1022 # undef LogRel 1023 1023 # define LogRel(a) LogRelBackdoor(a) 1024 # undef LogRelFlow1025 # define LogRelFlow(a) LogRelBackdoorFlow(a)1026 1024 #endif 1027 1025
Note:
See TracChangeset
for help on using the changeset viewer.