Changeset 41618 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jun 8, 2012 9:40:10 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78412
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/RTAssertShouldPanic-generic.cpp
r41530 r41618 35 35 RTDECL(bool) RTAssertShouldPanic(void) 36 36 { 37 #if 1/* Enable this to not panic on assertions. (Make sure this code is used!) */37 #if 0 /* 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.