Changeset 76558 in vbox for trunk/include/VBox/HostServices
- Timestamp:
- Jan 1, 2019 2:51:45 AM (6 years ago)
- Location:
- trunk/include/VBox/HostServices
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/DragAndDropSvc.h
r76553 r76558 61 61 */ 62 62 63 #ifndef ___VBox_HostService_DragAndDropSvc_h64 #define ___VBox_HostService_DragAndDropSvc_h63 #ifndef VBOX_INCLUDED_HostServices_DragAndDropSvc_h 64 #define VBOX_INCLUDED_HostServices_DragAndDropSvc_h 65 65 #ifndef RT_WITHOUT_PRAGMA_ONCE 66 66 # pragma once -
trunk/include/VBox/HostServices/GuestControlSvc.h
r76553 r76558 25 25 */ 26 26 27 #ifndef ___VBox_HostService_GuestControlService_h28 #define ___VBox_HostService_GuestControlService_h27 #ifndef VBOX_INCLUDED_HostServices_GuestControlSvc_h 28 #define VBOX_INCLUDED_HostServices_GuestControlSvc_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once -
trunk/include/VBox/HostServices/GuestPropertySvc.h
r76553 r76558 24 24 */ 25 25 26 #ifndef ___VBox_HostService_GuestPropertyService_h27 #define ___VBox_HostService_GuestPropertyService_h26 #ifndef VBOX_INCLUDED_HostServices_GuestPropertySvc_h 27 #define VBOX_INCLUDED_HostServices_GuestPropertySvc_h 28 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 29 # pragma once -
trunk/include/VBox/HostServices/Service.h
r76553 r76558 24 24 */ 25 25 26 #ifndef ___VBox_HostService_Service_h27 #define ___VBox_HostService_Service_h26 #ifndef VBOX_INCLUDED_HostServices_Service_h 27 #define VBOX_INCLUDED_HostServices_Service_h 28 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 29 # pragma once -
trunk/include/VBox/HostServices/VBoxClipboardExt.h
r76553 r76558 24 24 */ 25 25 26 #ifndef ___VBox_HostService_VBoxClipboardExt_h27 #define ___VBox_HostService_VBoxClipboardExt_h26 #ifndef VBOX_INCLUDED_HostServices_VBoxClipboardExt_h 27 #define VBOX_INCLUDED_HostServices_VBoxClipboardExt_h 28 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 29 # pragma once -
trunk/include/VBox/HostServices/VBoxClipboardSvc.h
r76553 r76558 24 24 */ 25 25 26 #ifndef ___VBox_HostService_VBoxClipboardSvc_h27 #define ___VBox_HostService_VBoxClipboardSvc_h26 #ifndef VBOX_INCLUDED_HostServices_VBoxClipboardSvc_h 27 #define VBOX_INCLUDED_HostServices_VBoxClipboardSvc_h 28 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 29 # pragma once -
trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h
r76553 r76558 25 25 */ 26 26 27 #ifndef ___VBox_HostService_VBoxCrOpenGLSvc_h28 #define ___VBox_HostService_VBoxCrOpenGLSvc_h27 #ifndef VBOX_INCLUDED_HostServices_VBoxCrOpenGLSvc_h 28 #define VBOX_INCLUDED_HostServices_VBoxCrOpenGLSvc_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once -
trunk/include/VBox/HostServices/VBoxHostChannel.h
r76553 r76558 25 25 */ 26 26 27 #ifndef ___VBox_HostService_VBoxHostChannel_h28 #define ___VBox_HostService_VBoxHostChannel_h27 #ifndef VBOX_INCLUDED_HostServices_VBoxHostChannel_h 28 #define VBOX_INCLUDED_HostServices_VBoxHostChannel_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once -
trunk/include/VBox/HostServices/VBoxOGLOp.h
r76553 r76558 24 24 */ 25 25 26 #ifndef ___VBox_HostService_VBoxOGLOp_h27 #define ___VBox_HostService_VBoxOGLOp_h26 #ifndef VBOX_INCLUDED_HostServices_VBoxOGLOp_h 27 #define VBOX_INCLUDED_HostServices_VBoxOGLOp_h 28 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 29 # pragma once -
trunk/include/VBox/HostServices/VBoxOpenGLSvc.h
r76553 r76558 24 24 */ 25 25 26 #ifndef ___VBox_HostService_VBoxOpenGLSvc_h27 #define ___VBox_HostService_VBoxOpenGLSvc_h26 #ifndef VBOX_INCLUDED_HostServices_VBoxOpenGLSvc_h 27 #define VBOX_INCLUDED_HostServices_VBoxOpenGLSvc_h 28 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 29 # pragma once -
trunk/include/VBox/HostServices/glext.h
r76507 r76558 1 1 2 #ifndef __glext_h_3 #define __glext_h_2 #ifndef VBOX_INCLUDED_HostServices_glext_h 3 #define VBOX_INCLUDED_HostServices_glext_h 4 4 #ifndef RT_WITHOUT_PRAGMA_ONCE 5 5 # pragma once -
trunk/include/VBox/HostServices/glxext.h
r76507 r76558 1 1 2 #ifndef __glxext_h_3 #define __glxext_h_2 #ifndef VBOX_INCLUDED_HostServices_glxext_h 3 #define VBOX_INCLUDED_HostServices_glxext_h 4 4 #ifndef RT_WITHOUT_PRAGMA_ONCE 5 5 # pragma once -
trunk/include/VBox/HostServices/wglext.h
r76507 r76558 1 1 2 #ifndef __wglext_h_3 #define __wglext_h_2 #ifndef VBOX_INCLUDED_HostServices_wglext_h 3 #define VBOX_INCLUDED_HostServices_wglext_h 4 4 #ifndef RT_WITHOUT_PRAGMA_ONCE 5 5 # pragma once
Note:
See TracChangeset
for help on using the changeset viewer.