VirtualBox

Changeset 83776 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Apr 17, 2020 6:00:45 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137301
Message:

iprt/asm*,++: Contain the intrin.h mess in iprt/win/msvc_intrin.h. Hack it for bs3kit and no-crt to avoid dragging in malloc.h from UCRT with VC++ 14.1. bugref:8489

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/ssm.h

    r82968 r83776  
    238238 * @internal  */
    239239#define SSMFIELD_ENTRY_INT(Name, off, cb, enmTransformer, uFirstVer) \
    240     { (PFNSSMFIELDGETPUT)(uintptr_t)(enmTransformer), (off), (cb), (uFirstVer), Name }
     240    { (PFNSSMFIELDGETPUT)(uintptr_t)(enmTransformer), (uint32_t)(off), (uint32_t)(cb), (uFirstVer), Name }
    241241/** Emit a SSMFIELD array entry.
    242242 * @internal  */
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