Changeset 76563 in vbox for trunk/src/VBox/Additions/3D/win/include
- Timestamp:
- Jan 1, 2019 3:53:56 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
r76553 r76563 16 16 */ 17 17 18 #ifndef ___VBoxGaDriver_h__19 #define ___VBoxGaDriver_h__18 #ifndef GA_INCLUDED_3D_WIN_VBoxGaDriver_h 19 #define GA_INCLUDED_3D_WIN_VBoxGaDriver_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 95 95 #endif 96 96 97 #endif 97 #endif /* !GA_INCLUDED_3D_WIN_VBoxGaDriver_h */ 98 98 -
trunk/src/VBox/Additions/3D/win/include/VBoxGaHWInfo.h
r76553 r76563 16 16 */ 17 17 18 #ifndef ___VBoxGaHWInfo_h__19 #define ___VBoxGaHWInfo_h__18 #ifndef GA_INCLUDED_3D_WIN_VBoxGaHWInfo_h 19 #define GA_INCLUDED_3D_WIN_VBoxGaHWInfo_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 52 52 AssertCompile(RT_SIZEOFMEMB(VBOXGAHWINFO, u) <= RT_SIZEOFMEMB(VBOXGAHWINFO, u.au8Raw)); 53 53 54 #endif 54 #endif /* !GA_INCLUDED_3D_WIN_VBoxGaHWInfo_h */ -
trunk/src/VBox/Additions/3D/win/include/VBoxGaHwSVGA.h
r76553 r76563 16 16 */ 17 17 18 #ifndef ___VBoxGaHwSVGA_h__19 #define ___VBoxGaHwSVGA_h__18 #ifndef GA_INCLUDED_3D_WIN_VBoxGaHwSVGA_h 19 #define GA_INCLUDED_3D_WIN_VBoxGaHwSVGA_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 54 54 #pragma pack() 55 55 56 #endif 56 #endif /* !GA_INCLUDED_3D_WIN_VBoxGaHwSVGA_h */ -
trunk/src/VBox/Additions/3D/win/include/VBoxGaNine.h
r76553 r76563 16 16 */ 17 17 18 #ifndef ___VBoxGaNine_h__19 #define ___VBoxGaNine_h__18 #ifndef GA_INCLUDED_3D_WIN_VBoxGaNine_h 19 #define GA_INCLUDED_3D_WIN_VBoxGaNine_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 46 46 #endif 47 47 48 #endif 48 #endif /* !GA_INCLUDED_3D_WIN_VBoxGaNine_h */ -
trunk/src/VBox/Additions/3D/win/include/VBoxGaTypes.h
r76553 r76563 16 16 */ 17 17 18 #ifndef ___VBoxGaTypes_h__19 #define ___VBoxGaTypes_h__18 #ifndef GA_INCLUDED_3D_WIN_VBoxGaTypes_h 19 #define GA_INCLUDED_3D_WIN_VBoxGaTypes_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 75 75 #endif 76 76 77 #endif 77 #endif /* !GA_INCLUDED_3D_WIN_VBoxGaTypes_h */ 78 78
Note:
See TracChangeset
for help on using the changeset viewer.