VirtualBox

Changeset 83767 in vbox for trunk


Ignore:
Timestamp:
Apr 17, 2020 3:59:51 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137290
Message:

iprt/win/imagehlp.h: VC++ 14.1 build tweaking. bugref:8489

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/win/dbghelp.h

    r83738 r83767  
    11/** @file
    2  * Safe way to include dbghelp.h.
     2 * Safe way to include Dbghelp.h.
    33 */
    44
     
    3232#ifdef _MSC_VER
    3333/*
    34  * Unfortunately, the Windows.h file in SDK 7.1 is not clean wrt warning C2220 with VCC141:
     34 * Unfortunately, the Windows.h file in SDK 7.1 is not clean wrt warning C4091 with VCC141:
    3535 *      Dbghelp.h(1540): warning C4091: 'typedef ': ignored on left of '<unnamed-enum-hdBase>' when no variable is declared
    3636 *      Dbghelp.h(3056): warning C4091: 'typedef ': ignored on left of '<unnamed-enum-sfImage>' when no variable is declared
  • trunk/src/VBox/Runtime/tools/Makefile.kmk

    r82665 r83767  
    4343 bldRTIsoMaker_DEFS = \
    4444        IPRT_BLDCFG_SCM_REV=$(if $(VBOX_SVN_REV_FALLBACK),$(VBOX_SVN_REV_FALLBACK),$(VBOX_SVN_REV)) \
    45         IPRT_BLDCFG_VERSION_STRING=\"$(VBOX_VERSION_STRING)\" \
    4645        IPRT_BLDCFG_VERSION_MAJOR=$(VBOX_VERSION_MAJOR) \
    4746        IPRT_BLDCFG_VERSION_MINOR=$(VBOX_VERSION_MINOR) \
    48         IPRT_BLDCFG_VERSION_BUILD=$(VBOX_VERSION_BUILD) \
     47        IPRT_BLDCFG_VERSION_BUILD=$(VBOX_VERSION_BUILD)
     48 ifdef VBOX_WITH_AUTOMATIC_DEFS_QUOTING
     49  bldRTIsoMaker_DEFS += \
     50        IPRT_BLDCFG_VERSION_STRING="$(VBOX_VERSION_STRING)" \
     51        IPRT_BLDCFG_TARGET="$(KBUILD_TARGET)" \
     52        IPRT_BLDCFG_TARGET_ARCH="$(KBUILD_TARGET_ARCH)" \
     53        IPRT_BLDCFG_TYPE="$(KBUILD_TYPE)"
     54 else
     55  bldRTIsoMaker_DEFS += \
     56        IPRT_BLDCFG_VERSION_STRING=\"$(VBOX_VERSION_STRING)\" \
    4957        IPRT_BLDCFG_TARGET=\"$(KBUILD_TARGET)\" \
    5058        IPRT_BLDCFG_TARGET_ARCH=\"$(KBUILD_TARGET_ARCH)\" \
    5159        IPRT_BLDCFG_TYPE=\"$(KBUILD_TYPE)\"
     60 endif
    5261 bldRTIsoMaker_INCS = ../include
    5362endif
  • trunk/src/VBox/Runtime/tools/RTSignTool.cpp

    r82968 r83767  
    5757#ifdef RT_OS_WINDOWS
    5858# include <iprt/win/windows.h>
    59 # include <ImageHlp.h>
     59# include <iprt/win/imagehlp.h>
    6060#endif
    6161
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