Changeset 25528 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Dec 20, 2009 11:24:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/driver.h
r24930 r25528 466 466 if (!(expr)) \ 467 467 { \ 468 AssertMsg1(#expr, __LINE__, __FILE__, __PRETTY_FUNCTION__); \469 AssertMsg2("!!!\n"); \468 RTAssertMsg1Weak(#expr, __LINE__, __FILE__, __PRETTY_FUNCTION__); \ 469 RTAssertMsg2Weak("!!!\n"); \ 470 470 } \ 471 471 } while (0)
Note:
See TracChangeset
for help on using the changeset viewer.