Changeset 4614 in vbox for trunk/src/VBox
- Timestamp:
- Sep 7, 2007 7:17:15 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLib.cpp
r4191 r4614 1072 1072 } 1073 1073 1074 AssertMsg2("%s is importing %s which we couldn't find\n", pvUser, pszSymbol); 1074 1075 AssertMsgFailed(("%s is importing %s which we couldn't find\n", pvUser, pszSymbol)); 1076 if (g_u32FakeMode) 1077 { 1078 *pValue = 0xdeadbeef; 1079 return VINF_SUCCESS; 1080 } 1075 1081 return VERR_SYMBOL_NOT_FOUND; 1076 1082 }
Note:
See TracChangeset
for help on using the changeset viewer.