Changeset 90943 in vbox for trunk/src/VBox
- Timestamp:
- Aug 27, 2021 10:25:11 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146581
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h
r90780 r90943 310 310 #define OSDBGPRINT(a) SUPR0Printf a 311 311 312 /** Debug printf macro shared with the ring-3 part. */313 #ifdef DEBUG_bird314 # define SUP_DPRINTF(a) SUPR0Printf a315 #else316 # define SUP_DPRINTF(a) do { } while (0)317 #endif318 319 312 320 313 /** @name Context values for the per-session handle tables.
Note:
See TracChangeset
for help on using the changeset viewer.