Changeset 76533 in vbox
- Timestamp:
- Dec 30, 2018 6:14:15 AM (6 years ago)
- Location:
- trunk/src/VBox/Additions/common
- Files:
-
- 23 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/.scm-settings
r72627 r76533 33 33 34 34 # a stub for a file that is normally autogenerated 35 /netbsd/locators.h: --external-copyright 35 /netbsd/locators.h: --external-copyright --no-fix-header-guards 36 36 37 37 # And the R0 library is MIT to make two-way code exchange with the Linux kernel -
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-haiku.h
r70873 r76533 54 54 */ 55 55 56 57 56 #ifndef ___VBoxGuest_haiku_h 58 57 #define ___VBoxGuest_haiku_h 58 #ifndef RT_WITHOUT_PRAGMA_ONCE 59 # pragma once 60 #endif 59 61 60 62 #include <OS.h> -
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h
r75705 r76533 27 27 #ifndef ___VBoxGuestInternal_h 28 28 #define ___VBoxGuestInternal_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/types.h> -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR0LibInternal.h
r75547 r76533 31 31 #ifndef ___VBoxGuestLib_VBoxGuestR0LibInternal_h 32 32 #define ___VBoxGuestLib_VBoxGuestR0LibInternal_h 33 #ifndef RT_WITHOUT_PRAGMA_ONCE 34 # pragma once 35 #endif 33 36 34 37 /* -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibInternal.h
r69500 r76533 27 27 #ifndef ___VBoxGuestR3LibInternal_h 28 28 #define ___VBoxGuestR3LibInternal_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/VMMDev.h> -
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.h
r75858 r76533 18 18 #ifndef ___VBoxServiceControl_h 19 19 #define ___VBoxServiceControl_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/critsect.h> -
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h
r75858 r76533 18 18 #ifndef ___VBoxServiceInternal_h 19 19 #define ___VBoxServiceInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <stdio.h> -
trunk/src/VBox/Additions/common/VBoxService/VBoxServicePropCache.h
r69500 r76533 18 18 #ifndef ___VBoxServicePropCache_h 19 19 #define ___VBoxServicePropCache_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VBoxServiceInternal.h" -
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceResource-win.h
r69500 r76533 16 16 */ 17 17 18 #ifndef VBOX_INCLUDED_VBoxServiceResource_win_h 19 #define VBOX_INCLUDED_VBoxServiceResource_win_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 23 18 24 #define IDI_VIRTUALBOX 101 19 25 26 #endif 27 -
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.h
r70390 r76533 18 18 #ifndef ___VBoxServiceToolBox_h 19 19 #define ___VBoxServiceToolBox_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/GuestHost/GuestControl.h> -
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceUtils.h
r69991 r76533 18 18 #ifndef ___VBoxServiceUtils_h 19 19 #define ___VBoxServiceUtils_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VBoxServiceInternal.h" -
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.h
r69500 r76533 18 18 #ifndef ___VBoxServiceVMInfo_h 19 19 #define ___VBoxServiceVMInfo_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 -
trunk/src/VBox/Additions/common/crOpenGL/.scm-settings
r69338 r76533 39 39 /fakedri_drv.c: --no-external-copyright --convert-tabs 40 40 /fakedri_drv.h: --no-external-copyright --convert-tabs 41 /fakedri_glfuncsList.h: --no-external-copyright --convert-tabs 42 /fakedri_glxfuncsList.h: --no-external-copyright --convert-tabs 41 /fakedri_glfuncsList.h: --no-external-copyright --convert-tabs --no-fix-header-guards 42 /fakedri_glxfuncsList.h: --no-external-copyright --convert-tabs --no-fix-header-guards 43 43 /glx.c: --no-external-copyright --convert-tabs 44 44 /glx_c_exports.c: --no-external-copyright --convert-tabs … … 52 52 /SunOS_i386_glxapi_exports.py: --no-external-copyright --convert-tabs 53 53 /VBoxCROGL.rc: --no-external-copyright --convert-tabs 54 /VBoxICDList.h: --no-external-copyright 54 /VBoxICDList.h: --no-external-copyright --no-fix-header-guards 55 55 56 56 *_special: --treat-as Makefile -
trunk/src/VBox/Additions/common/crOpenGL/array/arrayspu.h
r69474 r76533 7 7 #ifndef ARRAY_SPU_H 8 8 #define ARRAY_SPU_H 9 #ifndef RT_WITHOUT_PRAGMA_ONCE 10 # pragma once 11 #endif 9 12 10 13 #ifdef WINDOWS -
trunk/src/VBox/Additions/common/crOpenGL/dri_drv.h
r69500 r76533 20 20 #ifndef ___CROPENGL_DRIDRV_H 21 21 #define ___CROPENGL_DRIDRV_H 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 #include "src/mesa/main/mtypes.h" -
trunk/src/VBox/Additions/common/crOpenGL/dri_glx.h
r69500 r76533 20 20 #ifndef ___CROPENGL_DRI_GLX_H 21 21 #define ___CROPENGL_DRI_GLX_H 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 #include "chromium.h" -
trunk/src/VBox/Additions/common/crOpenGL/fakedri_drv.h
r69500 r76533 18 18 #ifndef ___CROPENGL_FAKEDRIDRV_H 19 19 #define ___CROPENGL_FAKEDRIDRV_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "src/mesa/main/mtypes.h" -
trunk/src/VBox/Additions/common/crOpenGL/feedback/feedbackspu.h
r19099 r76533 7 7 #ifndef FEEDBACK_SPU_H 8 8 #define FEEDBACK_SPU_H 9 #ifndef RT_WITHOUT_PRAGMA_ONCE 10 # pragma once 11 #endif 9 12 10 13 #ifdef WINDOWS -
trunk/src/VBox/Additions/common/crOpenGL/glx_proto.h
r69500 r76533 18 18 #ifndef ___CROPENGL_GLX_PROTO_H 19 19 #define ___CROPENGL_GLX_PROTO_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "chromium.h" -
trunk/src/VBox/Additions/common/crOpenGL/icd_drv.h
r69500 r76533 18 18 #ifndef ___ICDDRV_H___ 19 19 #define ___ICDDRV_H___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/win/windows.h> -
trunk/src/VBox/Additions/common/crOpenGL/pack/packspu.h
r69474 r76533 7 7 #ifndef CR_PACKSPU_H 8 8 #define CR_PACKSPU_H 9 #ifndef RT_WITHOUT_PRAGMA_ONCE 10 # pragma once 11 #endif 9 12 10 13 #ifdef WINDOWS -
trunk/src/VBox/Additions/common/crOpenGL/passthrough/passthroughspu.h
r69474 r76533 6 6 7 7 #ifndef PASSTHROUGH_SPU_H 8 #define PASSTHROUGH_SPU_H 1 8 #define PASSTHROUGH_SPU_H 9 #ifndef RT_WITHOUT_PRAGMA_ONCE 10 # pragma once 11 #endif 9 12 10 13 -
trunk/src/VBox/Additions/common/crOpenGL/stub.h
r69474 r76533 28 28 */ 29 29 30 31 30 #ifndef CR_STUB_H 32 31 #define CR_STUB_H 32 #ifndef RT_WITHOUT_PRAGMA_ONCE 33 # pragma once 34 #endif 33 35 34 36 #include "chromium.h"
Note:
See TracChangeset
for help on using the changeset viewer.