Changeset 76558 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jan 1, 2019 2:51:45 AM (6 years ago)
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/indent.sed
r76553 r76558 252 252 # Header file guard: 253 253 s/__HGSMIChannels_h__/__HGSMI_CHANNELS_H__/g 254 s/ ___VBox_Graphics_HGSMIChSetup_h/__HGSMI_CH_SETUP_H__/g254 s/VBOX_INCLUDED_Graphics_HGSMIChSetup_h/__HGSMI_CH_SETUP_H__/g 255 255 256 256 # And move braces. This must be the last expression as it jumps to the next -
trunk/src/VBox/Additions/x11/vboxvideo/HGSMIMemAlloc.h
r76553 r76558 30 30 * there. */ 31 31 32 #ifndef ___VBox_Graphics_HGSMIMemAlloc_h33 #define ___VBox_Graphics_HGSMIMemAlloc_h32 #ifndef VBOX_INCLUDED_Graphics_HGSMIMemAlloc_h 33 #define VBOX_INCLUDED_Graphics_HGSMIMemAlloc_h 34 34 #ifndef RT_WITHOUT_PRAGMA_ONCE 35 35 # pragma once … … 61 61 RT_C_DECLS_END 62 62 63 #endif /* ! ___VBox_Graphics_HGSMIMemAlloc_h */63 #endif /* !VBOX_INCLUDED_Graphics_HGSMIMemAlloc_h */ -
trunk/src/VBox/Additions/x11/vboxvideo/VBoxVideoIPRT.h
r76553 r76558 29 29 * there. */ 30 30 31 #ifndef ___VBox_Graphics_VBoxVideoIPRT_h32 #define ___VBox_Graphics_VBoxVideoIPRT_h31 #ifndef VBOX_INCLUDED_Graphics_VBoxVideoIPRT_h 32 #define VBOX_INCLUDED_Graphics_VBoxVideoIPRT_h 33 33 #ifndef RT_WITHOUT_PRAGMA_ONCE 34 34 # pragma once
Note:
See TracChangeset
for help on using the changeset viewer.