VirtualBox

Ignore:
Timestamp:
Apr 17, 2020 5:50:10 PM (5 years ago)
Author:
vboxsync
Message:

bs3kit: VC++ 14.1 adjustment. bugref:8489

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3ObjConverter.cpp

    r82968 r83773  
    21352135        {
    21362136            /* Translate the name, group and class. */
    2137             if (strcmp(szName, ".text") == 0)
     2137            if (   strcmp(szName, ".text") == 0
     2138                || strcmp(szName, ".text$mn") == 0 /* Seen first in VC++ 14.1 (could be older). */)
    21382139            {
    21392140                strcpy(szName, "BS3TEXT64");
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