VirtualBox

Changeset 87218 in vbox


Ignore:
Timestamp:
Jan 11, 2021 5:54:45 PM (4 years ago)
Author:
vboxsync
Message:

iprt/asm-arm.h: Fix include guard and add #pragma once to make scm happy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/asm-arm.h

    r87197 r87218  
    2424 */
    2525
    26 #ifndef ___iprt_asm_arm_h
    27 #define ___iprt_asm_arm_h
     26#ifndef IPRT_INCLUDED_asm_arm_h
     27#define IPRT_INCLUDED_asm_arm_h
     28#ifndef RT_WITHOUT_PRAGMA_ONCE
     29# pragma once
     30#endif
    2831
    2932#include <iprt/types.h>
     
    286289
    287290/** @} */
    288 #endif
    289 
     291#endif /* !IPRT_INCLUDED_asm_arm_h */
     292
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