Changeset 33878 in vbox
- Timestamp:
- Nov 8, 2010 9:47:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLib.cpp
r33811 r33878 1691 1691 } 1692 1692 1693 RTAssertMsg2Weak("%s is importing %s which we couldn't find\n", pvUser, pszSymbol); 1694 AssertMsgFailed(("%s is importing %s which we couldn't find\n", pvUser, pszSymbol)); 1693 AssertLogRelMsgFailed(("%s is importing %s which we couldn't find\n", pvUser, pszSymbol)); 1695 1694 if (g_u32FakeMode) 1696 1695 {
Note:
See TracChangeset
for help on using the changeset viewer.