VirtualBox

Changeset 25528 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Dec 20, 2009 11:24:59 PM (15 years ago)
Author:
vboxsync
Message:

IPRT,SUPDrv,++: AssertMsg[12] -> AssertMsg1Weak, AssertMsg1, AssertMsg2Weak, AssertMsg2, AssertMsg2WeakV and AssertMsg2V. Doing more of the assertion machinery in common/misc/assert.cpp to avoid code duplication (ring-0). Major SUPDrv version bump.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/driver.h

    r24930 r25528  
    466466        if (!(expr)) \
    467467        { \
    468             AssertMsg1(#expr, __LINE__, __FILE__, __PRETTY_FUNCTION__); \
    469             AssertMsg2("!!!\n"); \
     468            RTAssertMsg1Weak(#expr, __LINE__, __FILE__, __PRETTY_FUNCTION__); \
     469            RTAssertMsg2Weak("!!!\n"); \
    470470        } \
    471471    } while (0)
Note: See TracChangeset for help on using the changeset viewer.

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