VirtualBox

Changeset 39752 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Jan 11, 2012 4:12:23 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
75643
Message:

IPRT: disable critical error message boxes on init. Take two.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/init.cpp

    r39751 r39752  
    331331     */
    332332#ifdef RT_OS_WINDOWS
    333     SetErrorMode(GetErrorMode() | SEM_FAILCRITICALERRORS);
     333    SetErrorMode(SEM_FAILCRITICALERRORS | SEM_NOOPENFILEERRORBOX);
    334334#elif defined(RT_OS_OS2)
    335335# error "FIXME"
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