Changeset 41530 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- May 31, 2012 5:28:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/RTAssertShouldPanic-generic.cpp
r28800 r41530 35 35 RTDECL(bool) RTAssertShouldPanic(void) 36 36 { 37 #if 0/* Enable this to not panic on assertions. (Make sure this code is used!) */37 #if 1 /* Enable this to not panic on assertions. (Make sure this code is used!) */ 38 38 return false; 39 39 #else
Note:
See TracChangeset
for help on using the changeset viewer.