VirtualBox

Ignore:
Timestamp:
Jul 26, 2022 2:46:59 PM (2 years ago)
Author:
vboxsync
Message:

IPRT/nocrt: Call C & C++ initializers and terminators. TLS directory (not used by VBoxControl). bugref:10261

Location:
trunk/src/VBox/Runtime/common/compiler/vcc
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/compiler/vcc/loadcfg-vcc.c

    r95832 r95834  
    11/* $Id$ */
    22/** @file
    3  * IPRT - No-CRT - PE/Windows Load Configuration.
     3 * IPRT - Visual C++ Compiler - PE/Windows Load Configuration.
    44 *
    55 * @note This is a C file and not C++ because the compiler generates fixups
     
    3535#include <iprt/formats/pecoff.h>
    3636
     37#include "internal/compiler-vcc.h"
     38
    3739
    3840/*********************************************************************************************************************************
     
    6466#endif
    6567
    66 extern RT_CONCAT(IMAGE_LOAD_CONFIG_DIRECTORY, ARCH_BITS) const  _load_config_used;
    67 
    6868
    6969/**
     
    7777 *       the machinactions we include here for the 2019 (14.29.30139.0) linker.
    7878 */
    79 const IMAGE_LOAD_CONFIG_DIRECTORY64 _load_config_used =
     79RT_CONCAT(IMAGE_LOAD_CONFIG_DIRECTORY, ARCH_BITS) const _load_config_used =
    8080{
    8181    /* .Size                                = */    sizeof(_load_config_used),
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