VirtualBox

Changeset 76557 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jan 1, 2019 2:37:24 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127859
Message:

include/iprt: Use IPRT_INCLUDED_ rather than _iprt_ as header guard prefix, letting scm enforce this (thereby avoiding copy&paste errors like rsa.h).

Location:
trunk/include/VBox
Files:
6 edited

Legend:

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

    r76553 r76557  
    545545VBGLR3DECL(int)     VbglR3InitUser(void);
    546546VBGLR3DECL(void)    VbglR3Term(void);
    547 # ifdef ___iprt_time_h
     547# ifdef IPRT_INCLUDED_time_h
    548548VBGLR3DECL(int)     VbglR3GetHostTime(PRTTIMESPEC pTime);
    549549# endif
  • trunk/include/VBox/apic.h

    r76553 r76557  
    6464
    6565
    66 #ifdef ___iprt_asm_amd64_x86_h
     66#ifdef IPRT_INCLUDED_asm_amd64_x86_h
    6767/**
    6868 * Reads an X2APIC register.
  • trunk/include/VBox/apic.mac

    r76553 r76557  
    4949%define APIC_REG_LVT_LEVEL_TRIGGER              RT_BIT(15)
    5050%define APIC_REG_LVT_MASKED                     RT_BIT(16)
    51 %ifdef ___iprt_asm_amd64_x86_h
     51%ifdef IPRT_INCLUDED_asm_amd64_x86_h
    5252%endif
    5353%endif
  • trunk/include/VBox/hgcmsvc.h

    r76553 r76557  
    428428
    429429#ifdef __cplusplus
    430 # ifdef ___iprt_cpp_ministring_h
     430# ifdef IPRT_INCLUDED_cpp_ministring_h
    431431/** Set a const string value to an HGCM parameter structure */
    432432DECLINLINE(void) HGCMSvcSetRTCStr(VBOXHGCMSVCPARM *pParm, const RTCString &rString)
  • trunk/include/VBox/vmm/pdmcritsect.h

    r76553 r76557  
    9090/* Strict build: Remap the two enter calls to the debug versions. */
    9191#ifdef VBOX_STRICT
    92 # ifdef ___iprt_asm_h
     92# ifdef IPRT_INCLUDED_asm_h
    9393#  define PDMCritSectEnter(pCritSect, rcBusy)   PDMCritSectEnterDebug((pCritSect), (rcBusy), (uintptr_t)ASMReturnAddress(), RT_SRC_POS)
    9494#  define PDMCritSectTryEnter(pCritSect)        PDMCritSectTryEnterDebug((pCritSect), (uintptr_t)ASMReturnAddress(), RT_SRC_POS)
  • trunk/include/VBox/vmm/pdmcritsectrw.h

    r76553 r76557  
    8181/* Lock strict build: Remap the three enter calls to the debug versions. */
    8282#ifdef VBOX_STRICT
    83 # ifdef ___iprt_asm_h
     83# ifdef IPRT_INCLUDED_asm_h
    8484#  define PDMCritSectRwEnterExcl(pCritSect, rcBusy)     PDMCritSectRwEnterExclDebug(pCritSect, rcBusy, (uintptr_t)ASMReturnAddress(), RT_SRC_POS)
    8585#  define PDMCritSectRwTryEnterExcl(pCritSect)          PDMCritSectRwTryEnterExclDebug(pCritSect, (uintptr_t)ASMReturnAddress(), RT_SRC_POS)
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