Changeset 95834 in vbox for trunk/src/VBox/Runtime/common/compiler
- Timestamp:
- Jul 26, 2022 2:46:59 PM (2 years ago)
- 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 1 1 /* $Id$ */ 2 2 /** @file 3 * IPRT - No-CRT- PE/Windows Load Configuration.3 * IPRT - Visual C++ Compiler - PE/Windows Load Configuration. 4 4 * 5 5 * @note This is a C file and not C++ because the compiler generates fixups … … 35 35 #include <iprt/formats/pecoff.h> 36 36 37 #include "internal/compiler-vcc.h" 38 37 39 38 40 /********************************************************************************************************************************* … … 64 66 #endif 65 67 66 extern RT_CONCAT(IMAGE_LOAD_CONFIG_DIRECTORY, ARCH_BITS) const _load_config_used;67 68 68 69 69 /** … … 77 77 * the machinactions we include here for the 2019 (14.29.30139.0) linker. 78 78 */ 79 const IMAGE_LOAD_CONFIG_DIRECTORY64_load_config_used =79 RT_CONCAT(IMAGE_LOAD_CONFIG_DIRECTORY, ARCH_BITS) const _load_config_used = 80 80 { 81 81 /* .Size = */ sizeof(_load_config_used),
Note:
See TracChangeset
for help on using the changeset viewer.