Changeset 76539 in vbox for trunk/src/VBox/Additions/3D/win
- Timestamp:
- Dec 30, 2018 6:22:29 AM (6 years ago)
- Location:
- trunk/src/VBox/Additions/3D/win
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
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.