Changeset 76535 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Dec 30, 2018 6:17:14 AM (6 years ago)
- Location:
- trunk/src/VBox/Additions/x11
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/.scm-settings
r69348 r76535 20 20 # x11include 21 21 --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 23 23 /x11include/*h.in: --treat-as .h 24 24 -
trunk/src/VBox/Additions/x11/VBoxClient/VBoxClient.h
r70126 r76535 18 18 19 19 #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 21 24 22 25 #include <VBox/log.h> -
trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.h
r69500 r76535 19 19 20 20 #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 22 25 23 26 #include <VBox/log.h> -
trunk/src/VBox/Additions/x11/VBoxClient/seamless.h
r69500 r76535 18 18 19 19 #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 21 24 22 25 #include <iprt/thread.h> -
trunk/src/VBox/Additions/x11/vboxvideo/HGSMIMemAlloc.h
r71590 r76535 29 29 * HGSMIMemAlloc.h using -include, therefore this define must match the one 30 30 * there. */ 31 31 32 #ifndef ___VBox_Graphics_HGSMIMemAlloc_h 32 33 #define ___VBox_Graphics_HGSMIMemAlloc_h 34 #ifndef RT_WITHOUT_PRAGMA_ONCE 35 # pragma once 36 #endif 33 37 34 38 #include "HGSMIDefs.h" -
trunk/src/VBox/Additions/x11/vboxvideo/VBoxVideoIPRT.h
r73097 r76535 28 28 * VBoxVideoIPRT.h using -include, therefore this define must match the one 29 29 * there. */ 30 30 31 #ifndef ___VBox_Graphics_VBoxVideoIPRT_h 31 32 #define ___VBox_Graphics_VBoxVideoIPRT_h 33 #ifndef RT_WITHOUT_PRAGMA_ONCE 34 # pragma once 35 #endif 32 36 33 37 # include "VBoxVideoErr.h" -
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.h
r69346 r76535 40 40 #ifndef _VBOXVIDEO_H_ 41 41 #define _VBOXVIDEO_H_ 42 #ifndef RT_WITHOUT_PRAGMA_ONCE 43 # pragma once 44 #endif 42 45 43 46 #include <VBoxVideoGuest.h>
Note:
See TracChangeset
for help on using the changeset viewer.