VirtualBox

Changeset 12492 in vbox


Ignore:
Timestamp:
Sep 16, 2008 3:11:03 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
36615
Message:

Partial backout of 36579; not necessary to export the extra string functions. They are present in the static r0 library.

Location:
trunk/src/VBox/HostDrivers/Support
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrv.c

    r12479 r12492  
    387387    { "AssertMsg1",                             (void *)UNWIND_WRAP(AssertMsg1) },
    388388    { "AssertMsg2",                             (void *)AssertMsg2 }, /** @todo replace this by RTAssertMsg2V */
    389     { "RTStrPrintf",                            (void *)RTStrPrintf },
    390     { "RTStrPrintfV",                           (void *)RTStrPrintfV },
    391389};
    392390
  • trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h

    r12479 r12492  
    182182 * The upper 16-bit is the major version, the the lower the minor version.
    183183 * When incompatible changes are made, the upper major number has to be changed. */
    184 #define SUPDRV_IOC_VERSION                              0x00090001
     184#define SUPDRV_IOC_VERSION                              0x00090000
    185185
    186186/** SUP_IOCTL_COOKIE. */
  • trunk/src/VBox/HostDrivers/Support/SUPR0.def

    r12479 r12492  
    115115    AssertMsg1
    116116    AssertMsg2
    117     RTStrPrintf
    118     RTStrPrintfV
    119    
    120117
    121118    ; data
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette