Changeset 30760 in vbox for trunk/src/VBox/Main/glue
- Timestamp:
- Jul 9, 2010 1:12:04 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63543
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/errorprint.cpp
r30681 r30760 25 25 #include <iprt/stream.h> 26 26 #include <iprt/path.h> 27 28 #ifndef DEBUG 29 // string used by ComAssert macro (VirtualBoxBase.h) 30 const char *g_pcszComAssertFailedString 31 = "Assertion failed: [%s] at '%s' (%d) in %s.\nPlease contact the product vendor!"; 32 const char *g_pcszComAssertMsgFailedString 33 = "Assertion failed: [%s] at '%s' (%d) in %s.\n%s\nPlease contact the product vendor!"; 34 #endif 27 35 28 36 namespace com
Note:
See TracChangeset
for help on using the changeset viewer.