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