VirtualBox

Changeset 76557 in vbox for trunk/src/VBox/Runtime/include


Ignore:
Timestamp:
Jan 1, 2019 2:37:24 AM (6 years ago)
Author:
vboxsync
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/src/VBox/Runtime/include/internal
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/path.h

    r76553 r76557  
    135135
    136136
    137 #if defined(RT_OS_WINDOWS) && defined(___iprt_fs_h) && defined(UNICODE_NULL)
     137#if defined(RT_OS_WINDOWS) && defined(IPRT_INCLUDED_fs_h) && defined(UNICODE_NULL)
    138138DECLHIDDEN(int) rtPathNtQueryInfoWorker(HANDLE hRootDir, struct _UNICODE_STRING *pNtName, PRTFSOBJINFO pObjInfo,
    139139                                        RTFSOBJATTRADD enmAdditionalAttribs, uint32_t fFlags, const char *pszPath);
  • trunk/src/VBox/Runtime/include/internal/thread.h

    r76553 r76557  
    262262#endif
    263263
    264 #ifdef ___iprt_asm_h
     264#ifdef IPRT_INCLUDED_asm_h
    265265
    266266/**
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette