Changeset 76539 in vbox
- Timestamp:
- Dec 30, 2018 6:22:29 AM (6 years ago)
- Location:
- trunk/src/VBox/Additions/3D
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/3D/mesa/include/assert.h
r75443 r76539 22 22 #ifndef ___VBox_Mesa_Assert_h__ 23 23 #define ___VBox_Mesa_Assert_h__ 24 #ifndef RT_WITHOUT_PRAGMA_ONCE 25 # pragma once 26 #endif 24 27 25 28 #include <iprt/asm.h> -
trunk/src/VBox/Additions/3D/mesa/include/git_sha1.h
r75443 r76539 20 20 #ifndef ___VBox_Mesa_git_sha1_h__ 21 21 #define ___VBox_Mesa_git_sha1_h__ 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 /* Nothing. */ -
trunk/src/VBox/Additions/3D/win/VBoxGL/GaDrvEnvKMT.h
r75443 r76539 18 18 #ifndef ___GaDrvEnvKMT_h__ 19 19 #define ___GaDrvEnvKMT_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBoxGaDriver.h> -
trunk/src/VBox/Additions/3D/win/VBoxSVGA/wddm_screen.h
r75443 r76539 16 16 */ 17 17 18 #ifndef VBOX_INCLUDED_VBoxSVGA_wddm_screen_h 19 #define VBOX_INCLUDED_VBoxSVGA_wddm_screen_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 23 18 24 #include <VBoxGaDriver.h> 19 25 … … 27 33 VBOXGAHWINFOSVGA HwInfo; 28 34 }; 35 36 #endif 37 -
trunk/src/VBox/Additions/3D/win/VBoxWddmUmHlp/UmHlpInternal.h
r75531 r76539 18 18 #ifndef ___UmHlpInternal_h__ 19 19 #define ___UmHlpInternal_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VBoxWddmUmHlp.h" -
trunk/src/VBox/Additions/3D/win/VBoxWddmUmHlp/VBoxWddmUmHlp.h
r75630 r76539 18 18 #ifndef ___VBoxWddmUmHlp_h__ 19 19 #define ___VBoxWddmUmHlp_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/win/d3d9.h> -
trunk/src/VBox/Additions/3D/win/include/VBoxGaDriver.h
r75630 r76539 18 18 #ifndef ___VBoxGaDriver_h__ 19 19 #define ___VBoxGaDriver_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBoxGaHWInfo.h> -
trunk/src/VBox/Additions/3D/win/include/VBoxGaHWInfo.h
r75443 r76539 18 18 #ifndef ___VBoxGaHWInfo_h__ 19 19 #define ___VBoxGaHWInfo_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/assert.h> -
trunk/src/VBox/Additions/3D/win/include/VBoxGaHwSVGA.h
r75443 r76539 18 18 #ifndef ___VBoxGaHwSVGA_h__ 19 19 #define ___VBoxGaHwSVGA_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/types.h> -
trunk/src/VBox/Additions/3D/win/include/VBoxGaNine.h
r75443 r76539 18 18 #ifndef ___VBoxGaNine_h__ 19 19 #define ___VBoxGaNine_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/win/d3d9.h> -
trunk/src/VBox/Additions/3D/win/include/VBoxGaTypes.h
r75443 r76539 18 18 #ifndef ___VBoxGaTypes_h__ 19 19 #define ___VBoxGaTypes_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/types.h>
Note:
See TracChangeset
for help on using the changeset viewer.