VirtualBox

Changeset 30760 in vbox for trunk/src/VBox/Main/glue


Ignore:
Timestamp:
Jul 9, 2010 1:12:04 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
63543
Message:

Main: separate internal machine data structs into MachineImplPrivate.h to significantly speed up compilation and for better interface separation; remove obsolete ConsoleEvents.h file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/errorprint.cpp

    r30681 r30760  
    2525#include <iprt/stream.h>
    2626#include <iprt/path.h>
     27
     28#ifndef DEBUG
     29// string used by ComAssert macro (VirtualBoxBase.h)
     30const char *g_pcszComAssertFailedString
     31    = "Assertion failed: [%s] at '%s' (%d) in %s.\nPlease contact the product vendor!";
     32const char *g_pcszComAssertMsgFailedString
     33    = "Assertion failed: [%s] at '%s' (%d) in %s.\n%s\nPlease contact the product vendor!";
     34#endif
    2735
    2836namespace com
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette