VirtualBox

Changeset 13718 in vbox


Ignore:
Timestamp:
Oct 31, 2008 2:40:19 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38685
Message:

includes: made them 'build' again.

Location:
trunk/include
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/Makefile.kmk

    r11820 r13718  
    3939        VBox/VBoxHDD.h \
    4040        iprt/tcp.h \
     41        iprt/localipc.h
    4142
    4243hdrs := $(filter-out \
    4344        VBox/VBoxGuest16.h \
    4445        VBox/tapwin32.h \
    45         VBox/usblib-win.h, \
     46        VBox/usblib-win.h \
     47        VBox/usblib-solaris.h, \
    4648        $(wildcard VBox/*.h iprt/*.h))
    4749
  • trunk/include/VBox/hwacc_vmx.h

    r13203 r13718  
    3535#include <iprt/assert.h>
    3636#include <iprt/asm.h>
     37#include <VBox/x86.h>
    3738
    3839/** @defgroup grp_vmx   vmx Types and Definitions
     
    5253/**
    5354 * EPT Page Directory Pointer Entry. Bit view.
     55 * @todo uint64_t isn't safe for bitfields (gcc pedantic warnings, and IIRC,
     56 *       this did cause trouble with one compiler/version).
    5457 */
    5558#pragma pack(1)
  • trunk/include/VBox/selm.h

    r13579 r13718  
    7979
    8080VMMDECL(int)        SELMToFlatEx(PVM pVM, DIS_SELREG SelReg, PCCPUMCTXCORE pCtxCore, RTGCPTR Addr, unsigned fFlags, PRTGCPTR ppvGC);
    81 VMMDECL(int)        SELMToFlatBySelEx(PVM pVM, X86EFLAGS eflags, RTSEL Sel, RTGCPTR Addr, CPUMSELREGHID *pHiddenSel, unsigned fFlags, PRTGCPTR ppvGC, uint32_t *pcb);
     81VMMDECL(int)        SELMToFlatBySelEx(PVM pVM, X86EFLAGS eflags, RTSEL Sel, RTGCPTR Addr, PCPUMSELREGHID pHiddenSel, unsigned fFlags, PRTGCPTR ppvGC, uint32_t *pcb);
    8282VMMDECL(int)        SELMValidateAndConvertCSAddr(PVM pVM, X86EFLAGS eflags, RTSEL SelCPL, RTSEL SelCS, PCPUMSELREGHID pHiddenCSSel, RTGCPTR Addr, PRTGCPTR ppvFlat);
    8383VMMDECL(int)        SELMValidateAndConvertCSAddrGCTrap(PVM pVM, X86EFLAGS eflags, RTSEL SelCPL, RTSEL SelCS, RTGCPTR Addr, PRTGCPTR ppvFlat, uint32_t *pcBits);
    84 VMMDECL(DISCPUMODE) SELMGetCpuModeFromSelector(PVM pVM, X86EFLAGS eflags, RTSEL Sel, CPUMSELREGHID *pHiddenSel);
     84VMMDECL(DISCPUMODE) SELMGetCpuModeFromSelector(PVM pVM, X86EFLAGS eflags, RTSEL Sel, PCPUMSELREGHID pHiddenSel);
    8585VMMDECL(int)        SELMGetLDTFromSel(PVM pVM, RTSEL SelLdt, PRTGCPTR ppvLdt, unsigned *pcbLimit);
    8686
  • trunk/include/iprt/autores.h

    r11934 r13718  
    3232
    3333#include <iprt/types.h>
    34 #include <iprt/mem.h>
    3534#include <iprt/assert.h>
    3635
     
    209208};
    210209
     210
     211/* include after template definition */
     212#include <iprt/mem.h>
     213
    211214#endif
    212215
  • trunk/include/iprt/mem.h

    r11022 r13718  
    370370
    371371#ifdef __cplusplus
     372# include <iprt/assert.h>
    372373
    373374/**
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