VirtualBox

Changeset 96415 in vbox for trunk/src/VBox/Runtime/win


Ignore:
Timestamp:
Aug 22, 2022 8:28:16 PM (2 years ago)
Author:
vboxsync
Message:

IPRT/nocrt: No AssertLogRelMsgFailed in RTErrConvertFromWin32 when in no-CRT mode, thank you, we don't need drag in log, assert, streams, semaphores, threads and everything that goes with it. bugref:10261

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/win/RTErrConvertFromWin32.cpp

    r96407 r96415  
    457457
    458458    /* unknown error. */
    459 #ifndef IN_SUP_HARDENED_R3
     459#if !defined(IN_SUP_HARDENED_R3) \
     460 && !defined(IPRT_NO_CRT) /* Please, don't drag log.cpp into the no-CRT images! */
    460461    AssertLogRelMsgFailed(("Unhandled error %u\n", uNativeCode));
    461462#else
Note: See TracChangeset for help on using the changeset viewer.

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