VirtualBox

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

include/VBox: Use VBOX_INCLUDED_ rather than _vbox_ as header guard prefix, letting scm enforce this (thereby avoiding copy&paste errors like NativeEventQueue.h).

File:
1 edited

Legend:

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

    r76557 r76558  
    2828 */
    2929
    30 #ifndef ___VBox_VBoxGuestLib_h
    31 #define ___VBox_VBoxGuestLib_h
     30#ifndef VBOX_INCLUDED_VBoxGuestLib_h
     31#define VBOX_INCLUDED_VBoxGuestLib_h
    3232#ifndef RT_WITHOUT_PRAGMA_ONCE
    3333# pragma once
     
    185185 * @param   enmReqType  the generic request type.
    186186 */
    187 # if defined(___VBox_VMMDev_h) || defined(DOXYGEN_RUNNING)
     187# if defined(VBOX_INCLUDED_VMMDev_h) || defined(DOXYGEN_RUNNING)
    188188DECLR0VBGL(int) VbglR0GRAlloc(struct VMMDevRequestHeader **ppReq, size_t cbReq, VMMDevRequestType enmReqType);
    189189# else
     
    633633 * @{ */
    634634VBGLR3DECL(int)     VbglR3StatQueryInterval(uint32_t *pu32Interval);
    635 # if defined(___VBox_VMMDev_h) || defined(DOXYGEN_RUNNING)
     635# if defined(VBOX_INCLUDED_VMMDev_h) || defined(DOXYGEN_RUNNING)
    636636VBGLR3DECL(int)     VbglR3StatReport(VMMDevReportGuestStats *pReq);
    637637# endif
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