Changeset 76507 in vbox for trunk/include/VBox/Graphics
- Timestamp:
- Dec 30, 2018 3:43:09 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127808
- Location:
- trunk/include/VBox/Graphics
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/Graphics/HGSMI.h
r71590 r76507 29 29 */ 30 30 31 32 31 #ifndef ___VBox_Graphics_HGSMI_h 33 32 #define ___VBox_Graphics_HGSMI_h 33 #ifndef RT_WITHOUT_PRAGMA_ONCE 34 # pragma once 35 #endif 34 36 35 37 #include "VBoxVideoIPRT.h" -
trunk/include/VBox/Graphics/HGSMIBase.h
r71590 r76507 29 29 */ 30 30 31 32 31 #ifndef ___VBox_Graphics_HGSMIBase_h___ 33 32 #define ___VBox_Graphics_HGSMIBase_h___ 33 #ifndef RT_WITHOUT_PRAGMA_ONCE 34 # pragma once 35 #endif 34 36 35 37 #include "HGSMI.h" -
trunk/include/VBox/Graphics/HGSMIChSetup.h
r69307 r76507 31 31 #ifndef ___VBox_Graphics_HGSMIChSetup_h 32 32 #define ___VBox_Graphics_HGSMIChSetup_h 33 #ifndef RT_WITHOUT_PRAGMA_ONCE 34 # pragma once 35 #endif 33 36 34 37 #include "HGSMIDefs.h" -
trunk/include/VBox/Graphics/HGSMIChannels.h
r69307 r76507 32 32 */ 33 33 34 35 34 #ifndef __HGSMIChannels_h__ 36 35 #define __HGSMIChannels_h__ 36 #ifndef RT_WITHOUT_PRAGMA_ONCE 37 # pragma once 38 #endif 37 39 38 40 -
trunk/include/VBox/Graphics/HGSMIContext.h
r69307 r76507 29 29 */ 30 30 31 32 31 #ifndef ___VBox_Graphics_HGSMIContext_h___ 33 32 #define ___VBox_Graphics_HGSMIContext_h___ 33 #ifndef RT_WITHOUT_PRAGMA_ONCE 34 # pragma once 35 #endif 34 36 35 37 #include "HGSMI.h" -
trunk/include/VBox/Graphics/HGSMIDefs.h
r70604 r76507 29 29 */ 30 30 31 32 31 #ifndef ___VBox_Graphics_HGSMIDefs_h 33 32 #define ___VBox_Graphics_HGSMIDefs_h 33 #ifndef RT_WITHOUT_PRAGMA_ONCE 34 # pragma once 35 #endif 34 36 35 37 #include "VBoxVideoIPRT.h" -
trunk/include/VBox/Graphics/HGSMIHostCmd.h
r71590 r76507 25 25 */ 26 26 27 28 27 #ifndef ___VBox_Graphics_HGSMIHostCmd_h___ 29 28 #define ___VBox_Graphics_HGSMIHostCmd_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 #include "HGSMI.h" -
trunk/include/VBox/Graphics/HGSMIMemAlloc.h
r71590 r76507 25 25 */ 26 26 27 28 27 #ifndef ___VBox_Graphics_HGSMIMemAlloc_h 29 28 #define ___VBox_Graphics_HGSMIMemAlloc_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 #include "HGSMIDefs.h" -
trunk/include/VBox/Graphics/VBoxCrHgsmi.h
r69107 r76507 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 #ifndef ___VBox_VBoxCrHgsmi_h 27 28 #define ___VBox_VBoxCrHgsmi_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 28 32 29 33 #include <iprt/cdefs.h> -
trunk/include/VBox/Graphics/VBoxUhgsmi.h
r76376 r76507 27 27 #ifndef ___VBox_VBoxUhgsmi_h 28 28 #define ___VBox_VBoxUhgsmi_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/cdefs.h> -
trunk/include/VBox/Graphics/VBoxVideo.h
r74622 r76507 31 31 #ifndef ___VBox_Graphics_VBoxVideo_h 32 32 #define ___VBox_Graphics_VBoxVideo_h 33 #ifndef RT_WITHOUT_PRAGMA_ONCE 34 # pragma once 35 #endif 33 36 34 37 #include "VBoxVideoIPRT.h" -
trunk/include/VBox/Graphics/VBoxVideo3D.h
r69107 r76507 27 27 #ifndef ___VBox_Graphics_VBoxVideo3D_h 28 28 #define ___VBox_Graphics_VBoxVideo3D_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/cdefs.h> -
trunk/include/VBox/Graphics/VBoxVideoErr.h
r71599 r76507 32 32 #ifndef __VBOX_ERR_H__ 33 33 #define __VBOX_ERR_H__ 34 #ifndef RT_WITHOUT_PRAGMA_ONCE 35 # pragma once 36 #endif 34 37 35 38 /** @name VirtualBox error macros -
trunk/include/VBox/Graphics/VBoxVideoGuest.h
r71651 r76507 29 29 */ 30 30 31 32 31 #ifndef ___VBox_Graphics_VBoxVideoGuest_h___ 33 32 #define ___VBox_Graphics_VBoxVideoGuest_h___ 33 #ifndef RT_WITHOUT_PRAGMA_ONCE 34 # pragma once 35 #endif 34 36 35 37 #include "VBoxVideoIPRT.h" -
trunk/include/VBox/Graphics/VBoxVideoHost3D.h
r71619 r76507 27 27 #ifndef ___VBox_Graphics_VBoxVideoHost3D_h 28 28 #define ___VBox_Graphics_VBoxVideoHost3D_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/cdefs.h> -
trunk/include/VBox/Graphics/VBoxVideoIPRT.h
r69177 r76507 27 27 #ifndef ___VBox_Graphics_VBoxVideoIPRT_h 28 28 #define ___VBox_Graphics_VBoxVideoIPRT_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #ifndef RT_OS_OS2 -
trunk/include/VBox/Graphics/VBoxVideoVBE.h
r71146 r76507 31 31 #ifndef ___VBox_Graphics_VBoxVideoVBE_h 32 32 #define ___VBox_Graphics_VBoxVideoVBE_h 33 #ifndef RT_WITHOUT_PRAGMA_ONCE 34 # pragma once 35 #endif 33 36 34 37 /* GUEST <-> HOST Communication API */ -
trunk/include/VBox/Graphics/VBoxVideoVBEPrivate.h
r69307 r76507 30 30 #ifndef ___VBox_Graphics_VBoxVideoVBEPrivate_h 31 31 #define ___VBox_Graphics_VBoxVideoVBEPrivate_h 32 #ifndef RT_WITHOUT_PRAGMA_ONCE 33 # pragma once 34 #endif 32 35 33 36 #ifdef VBE
Note:
See TracChangeset
for help on using the changeset viewer.