VirtualBox

Changeset 40826 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Apr 8, 2012 6:41:46 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77341
Message:

VBoxTpG.cpp: Microsoft Visual C++ support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxTpG.h

    r40603 r40826  
    3737    const char *pszFile;
    3838    uint8_t    *pbProbe;
     39#if ARCH_BITS == 32 /* Make the structure a multiple of 8. */
     40    uint32_t    u32Padding;
     41#endif
    3942} VTGPROBELOC;
    4043/** Pointer to a probe location. */
     
    5154 * indicated by VTG_LOC_SECT.  */
    5255#if defined(RT_OS_WINDOWS)
    53 # define VTG_OBJ_SECT       ".VTGObj"
    54 # define VTG_LOC_SECT       ".VTGPrLc"
     56# define VTG_OBJ_SECT       "VTGObj"
     57# define VTG_LOC_SECT       "VTGPrLc.Data"
    5558# ifdef _MSC_VER
    5659#  define VTG_DECL_VTGPROBELOC(a_VarName) \
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