Changeset 12492 in vbox
- Timestamp:
- Sep 16, 2008 3:11:03 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 36615
- Location:
- trunk/src/VBox/HostDrivers/Support
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r12479 r12492 387 387 { "AssertMsg1", (void *)UNWIND_WRAP(AssertMsg1) }, 388 388 { "AssertMsg2", (void *)AssertMsg2 }, /** @todo replace this by RTAssertMsg2V */ 389 { "RTStrPrintf", (void *)RTStrPrintf },390 { "RTStrPrintfV", (void *)RTStrPrintfV },391 389 }; 392 390 -
trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h
r12479 r12492 182 182 * The upper 16-bit is the major version, the the lower the minor version. 183 183 * When incompatible changes are made, the upper major number has to be changed. */ 184 #define SUPDRV_IOC_VERSION 0x0009000 1184 #define SUPDRV_IOC_VERSION 0x00090000 185 185 186 186 /** SUP_IOCTL_COOKIE. */ -
trunk/src/VBox/HostDrivers/Support/SUPR0.def
r12479 r12492 115 115 AssertMsg1 116 116 AssertMsg2 117 RTStrPrintf118 RTStrPrintfV119 120 117 121 118 ; data
Note:
See TracChangeset
for help on using the changeset viewer.