VirtualBox

Changeset 76535 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Dec 30, 2018 6:17:14 AM (6 years ago)
Author:
vboxsync
Message:

Additions/x11: scm --fix-header-guards. bugref:9344

Location:
trunk/src/VBox/Additions/x11
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/.scm-settings

    r69348 r76535  
    2020# x11include
    2121--filter-out-files /x11include/*README
    22 /x11include/*: --external-copyright --no-convert-tabs --strip-no-trailing-lines --no-strip-trailing-blanks --no-fix-flower-box-markers --no-convert-eol --no-force-final-eol --dont-set-svn-eol --dont-set-svn-keywords
     22/x11include/*: --external-copyright --no-convert-tabs --strip-no-trailing-lines --no-strip-trailing-blanks --no-fix-flower-box-markers --no-convert-eol --no-force-final-eol --dont-set-svn-eol --dont-set-svn-keywords --no-fix-header-guards
    2323/x11include/*h.in: --treat-as .h
    2424
  • trunk/src/VBox/Additions/x11/VBoxClient/VBoxClient.h

    r70126 r76535  
    1818
    1919#ifndef ___vboxclient_vboxclient_h
    20 # define ___vboxclient_vboxclient_h
     20#define ___vboxclient_vboxclient_h
     21#ifndef RT_WITHOUT_PRAGMA_ONCE
     22# pragma once
     23#endif
    2124
    2225#include <VBox/log.h>
  • trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.h

    r69500 r76535  
    1919
    2020#ifndef __Additions_linux_seamless_x11_h
    21 # define __Additions_linux_seamless_x11_h
     21#define __Additions_linux_seamless_x11_h
     22#ifndef RT_WITHOUT_PRAGMA_ONCE
     23# pragma once
     24#endif
    2225
    2326#include <VBox/log.h>
  • trunk/src/VBox/Additions/x11/VBoxClient/seamless.h

    r69500 r76535  
    1818
    1919#ifndef __Additions_client_seamless_host_h
    20 # define __Additions_client_seamless_host_h
     20#define __Additions_client_seamless_host_h
     21#ifndef RT_WITHOUT_PRAGMA_ONCE
     22# pragma once
     23#endif
    2124
    2225#include <iprt/thread.h>
  • trunk/src/VBox/Additions/x11/vboxvideo/HGSMIMemAlloc.h

    r71590 r76535  
    2929 * HGSMIMemAlloc.h using -include, therefore this define must match the one
    3030 * there. */
     31
    3132#ifndef ___VBox_Graphics_HGSMIMemAlloc_h
    3233#define ___VBox_Graphics_HGSMIMemAlloc_h
     34#ifndef RT_WITHOUT_PRAGMA_ONCE
     35# pragma once
     36#endif
    3337
    3438#include "HGSMIDefs.h"
  • trunk/src/VBox/Additions/x11/vboxvideo/VBoxVideoIPRT.h

    r73097 r76535  
    2828 * VBoxVideoIPRT.h using -include, therefore this define must match the one
    2929 * there. */
     30
    3031#ifndef ___VBox_Graphics_VBoxVideoIPRT_h
    3132#define ___VBox_Graphics_VBoxVideoIPRT_h
     33#ifndef RT_WITHOUT_PRAGMA_ONCE
     34# pragma once
     35#endif
    3236
    3337# include "VBoxVideoErr.h"
  • trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.h

    r69346 r76535  
    4040#ifndef _VBOXVIDEO_H_
    4141#define _VBOXVIDEO_H_
     42#ifndef RT_WITHOUT_PRAGMA_ONCE
     43# pragma once
     44#endif
    4245
    4346#include <VBoxVideoGuest.h>
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