Changeset 90943 in vbox for trunk/include
- 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/include/VBox/sup.h
r90859 r90943 2220 2220 SUPR0DECL(int) SUPR0Printf(const char *pszFormat, ...) RT_IPRT_FORMAT_ATTR(1, 2); 2221 2221 2222 #ifdef IN_RING0 2223 /** Debug printf macro. This also exist in SUPLib, see SUPLibInternal.h. */ 2224 # ifdef DEBUG 2225 # define SUP_DPRINTF(a) SUPR0Printf a 2226 # else 2227 # define SUP_DPRINTF(a) do { } while (0) 2228 # endif 2229 #endif 2230 2222 2231 /** 2223 2232 * Returns configuration flags of the host kernel.
Note:
See TracChangeset
for help on using the changeset viewer.