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