Changeset 76507 in vbox for trunk/include/VBox
- Timestamp:
- Dec 30, 2018 3:43:09 AM (6 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 195 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/AssertGuest.h
r71610 r76507 26 26 #ifndef ___VBox_AssertGuest_h 27 27 #define ___VBox_AssertGuest_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/cdefs.h> -
trunk/include/VBox/ExtPack/ExtPack.h
r74804 r76507 26 26 #ifndef ___VBox_ExtPack_ExtPack_h 27 27 #define ___VBox_ExtPack_ExtPack_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
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 -
trunk/include/VBox/GuestHost/DragAndDrop.h
r76379 r76507 27 27 #ifndef ___VBox_GuestHost_DragAndDrop_h 28 28 #define ___VBox_GuestHost_DragAndDrop_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/assert.h> -
trunk/include/VBox/GuestHost/DragAndDropDefs.h
r76388 r76507 26 26 #ifndef ___VBox_DnDDefs_h 27 27 #define ___VBox_DnDDefs_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/types.h> -
trunk/include/VBox/GuestHost/GuestControl.h
r75824 r76507 29 29 #ifndef ___VBox_GuestHost_GuestControl_h 30 30 #define ___VBox_GuestHost_GuestControl_h 31 #ifndef RT_WITHOUT_PRAGMA_ONCE 32 # pragma once 33 #endif 31 34 32 35 #include <iprt/types.h> -
trunk/include/VBox/GuestHost/SharedClipboard.h
r69107 r76507 26 26 #ifndef ___VBox_GuestHost_SharedClipboard_h 27 27 #define ___VBox_GuestHost_SharedClipboard_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/cdefs.h> -
trunk/include/VBox/GuestHost/clipboard-helper.h
r69107 r76507 27 27 #ifndef ___VBox_GuestHost_clipboard_helper_h 28 28 #define ___VBox_GuestHost_clipboard_helper_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/string.h> -
trunk/include/VBox/HostServices/DragAndDropSvc.h
r74442 r76507 63 63 #ifndef ___VBox_HostService_DragAndDropSvc_h 64 64 #define ___VBox_HostService_DragAndDropSvc_h 65 #ifndef RT_WITHOUT_PRAGMA_ONCE 66 # pragma once 67 #endif 65 68 66 69 #include <VBox/hgcmsvc.h> -
trunk/include/VBox/HostServices/GuestControlSvc.h
r75853 r76507 27 27 #ifndef ___VBox_HostService_GuestControlService_h 28 28 #define ___VBox_HostService_GuestControlService_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/VMMDevCoreTypes.h> -
trunk/include/VBox/HostServices/GuestPropertySvc.h
r76395 r76507 26 26 #ifndef ___VBox_HostService_GuestPropertyService_h 27 27 #define ___VBox_HostService_GuestPropertyService_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/VMMDevCoreTypes.h> -
trunk/include/VBox/HostServices/Service.h
r75773 r76507 26 26 #ifndef ___VBox_HostService_Service_h 27 27 #define ___VBox_HostService_Service_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <memory> /* for auto_ptr */ -
trunk/include/VBox/HostServices/VBoxClipboardExt.h
r69107 r76507 26 26 #ifndef ___VBox_HostService_VBoxClipboardExt_h 27 27 #define ___VBox_HostService_VBoxClipboardExt_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/HostServices/VBoxClipboardSvc.h
r69475 r76507 26 26 #ifndef ___VBox_HostService_VBoxClipboardSvc_h 27 27 #define ___VBox_HostService_VBoxClipboardSvc_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/VMMDevCoreTypes.h> -
trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h
r69475 r76507 27 27 #ifndef ___VBox_HostService_VBoxCrOpenGLSvc_h 28 28 #define ___VBox_HostService_VBoxCrOpenGLSvc_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/VMMDevCoreTypes.h> -
trunk/include/VBox/HostServices/VBoxHostChannel.h
r69107 r76507 27 27 #ifndef ___VBox_HostService_VBoxHostChannel_h 28 28 #define ___VBox_HostService_VBoxHostChannel_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/VMMDevCoreTypes.h> -
trunk/include/VBox/HostServices/VBoxOGLOp.h
r69475 r76507 26 26 #ifndef ___VBox_HostService_VBoxOGLOp_h 27 27 #define ___VBox_HostService_VBoxOGLOp_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/types.h> -
trunk/include/VBox/HostServices/VBoxOpenGLSvc.h
r69475 r76507 26 26 #ifndef ___VBox_HostService_VBoxOpenGLSvc_h 27 27 #define ___VBox_HostService_VBoxOpenGLSvc_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/VMMDevCoreTypes.h> -
trunk/include/VBox/HostServices/glext.h
r69497 r76507 1 1 2 #ifndef __glext_h_ 2 3 #define __glext_h_ 4 #ifndef RT_WITHOUT_PRAGMA_ONCE 5 # pragma once 6 #endif 3 7 4 8 #ifdef __cplusplus -
trunk/include/VBox/HostServices/glxext.h
r69497 r76507 1 1 2 #ifndef __glxext_h_ 2 3 #define __glxext_h_ 4 #ifndef RT_WITHOUT_PRAGMA_ONCE 5 # pragma once 6 #endif 3 7 4 8 #ifdef __cplusplus -
trunk/include/VBox/HostServices/wglext.h
r69497 r76507 1 1 2 #ifndef __wglext_h_ 2 3 #define __wglext_h_ 4 #ifndef RT_WITHOUT_PRAGMA_ONCE 5 # pragma once 6 #endif 3 7 4 8 #ifdef __cplusplus -
trunk/include/VBox/RemoteDesktop/VRDE.h
r74666 r76507 26 26 #ifndef ___VBox_RemoteDesktop_VRDE_h 27 27 #define ___VBox_RemoteDesktop_VRDE_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/cdefs.h> -
trunk/include/VBox/RemoteDesktop/VRDEImage.h
r76473 r76507 26 26 #ifndef ___VBox_RemoteDesktop_VRDEImage_h 27 27 #define ___VBox_RemoteDesktop_VRDEImage_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/RemoteDesktop/VRDE.h> -
trunk/include/VBox/RemoteDesktop/VRDEInput.h
r69107 r76507 26 26 #ifndef ___VBox_RemoteDesktop_VRDEInput_h 27 27 #define ___VBox_RemoteDesktop_VRDEInput_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/RemoteDesktop/VRDE.h> -
trunk/include/VBox/RemoteDesktop/VRDEMousePtr.h
r69107 r76507 26 26 #ifndef ___VBox_RemoteDesktop_VRDEMousePtr_h 27 27 #define ___VBox_RemoteDesktop_VRDEMousePtr_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/RemoteDesktop/VRDE.h> -
trunk/include/VBox/RemoteDesktop/VRDEOrders.h
r69107 r76507 26 26 #ifndef ___VBox_RemoteDesktop_VRDEOrders_h 27 27 #define ___VBox_RemoteDesktop_VRDEOrders_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/types.h> -
trunk/include/VBox/RemoteDesktop/VRDESCard.h
r69107 r76507 26 26 #ifndef ___VBox_RemoteDesktop_VRDESCard_h 27 27 #define ___VBox_RemoteDesktop_VRDESCard_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/RemoteDesktop/VRDE.h> -
trunk/include/VBox/RemoteDesktop/VRDETSMF.h
r69107 r76507 26 26 #ifndef ___VBox_RemoteDesktop_VRDETSMF_h 27 27 #define ___VBox_RemoteDesktop_VRDETSMF_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/RemoteDesktop/VRDE.h> -
trunk/include/VBox/RemoteDesktop/VRDEVideoIn.h
r69107 r76507 26 26 #ifndef ___VBox_RemoteDesktop_VRDEVideoIn_h 27 27 #define ___VBox_RemoteDesktop_VRDEVideoIn_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 -
trunk/include/VBox/SUPDrvMangling.h
r76505 r76507 29 29 #ifndef ___VBox_SUPDrvMangling_h 30 30 #define ___VBox_SUPDrvMangling_h 31 #ifndef RT_WITHOUT_PRAGMA_ONCE 32 # pragma once 33 #endif 31 34 32 35 #define RT_MANGLER(symbol) VBoxHost_##symbol -
trunk/include/VBox/VBoxAuth.h
r69107 r76507 26 26 #ifndef ___VBox_vboxauth_h 27 27 #define ___VBox_vboxauth_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 /** @defgroup grp_vboxauth VirtualBox External Authentication Library Interface -
trunk/include/VBox/VBoxCocoa.h
r69107 r76507 26 26 #ifndef ___VBox_VBoxCocoa_h 27 27 #define ___VBox_VBoxCocoa_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 /** Macro which add a typedef of the given Cocoa class in an appropriate form -
trunk/include/VBox/VBoxDrvCfg-win.h
r69107 r76507 27 27 #ifndef ___VBox_VBoxDrvCfg_win_h 28 28 #define ___VBox_VBoxDrvCfg_win_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/win/windows.h> -
trunk/include/VBox/VBoxGL2D.h
r69475 r76507 25 25 * terms and conditions of either the GPL or the CDDL or both. 26 26 */ 27 27 28 #ifndef __VBoxGLSupportInfo_h__ 28 29 #define __VBoxGLSupportInfo_h__ 30 #ifndef RT_WITHOUT_PRAGMA_ONCE 31 # pragma once 32 #endif 29 33 30 34 #include <iprt/types.h> -
trunk/include/VBox/VBoxGuest.h
r75706 r76507 32 32 #ifndef ___VBox_VBoxGuest_h 33 33 #define ___VBox_VBoxGuest_h 34 #ifndef RT_WITHOUT_PRAGMA_ONCE 35 # pragma once 36 #endif 34 37 35 38 #include <VBox/types.h> -
trunk/include/VBox/VBoxGuestCoreTypes.h
r72627 r76507 32 32 */ 33 33 34 35 34 #ifndef ___VBoxGuestCoreTypes_h 36 35 #define ___VBoxGuestCoreTypes_h 36 #ifndef RT_WITHOUT_PRAGMA_ONCE 37 # pragma once 38 #endif 37 39 38 40 #include <iprt/types.h> -
trunk/include/VBox/VBoxGuestLib.h
r75853 r76507 30 30 #ifndef ___VBox_VBoxGuestLib_h 31 31 #define ___VBox_VBoxGuestLib_h 32 #ifndef RT_WITHOUT_PRAGMA_ONCE 33 # pragma once 34 #endif 32 35 33 36 #include <VBox/types.h> -
trunk/include/VBox/VBoxGuestLibSharedFolders.h
r72627 r76507 31 31 #ifndef ___VBox_VBoxGuestLibSharedFolders_h_ 32 32 #define ___VBox_VBoxGuestLibSharedFolders_h_ 33 #ifndef RT_WITHOUT_PRAGMA_ONCE 34 # pragma once 35 #endif 33 36 34 37 #include <VBox/VBoxGuestLib.h> -
trunk/include/VBox/VBoxGuestMangling.h
r76505 r76507 29 29 #ifndef ___VBox_VBoxGuestMangling_h 30 30 #define ___VBox_VBoxGuestMangling_h 31 #ifndef RT_WITHOUT_PRAGMA_ONCE 32 # pragma once 33 #endif 31 34 32 35 #define RT_MANGLER(symbol) VBoxGuest_##symbol -
trunk/include/VBox/VBoxKeyboard.h
r33656 r76507 30 30 #ifndef ___VBox_VBoxKeyboard_h 31 31 #define ___VBox_VBoxKeyboard_h 32 #ifndef RT_WITHOUT_PRAGMA_ONCE 33 # pragma once 34 #endif 32 35 33 36 #include <X11/Xlib.h> -
trunk/include/VBox/VBoxNetCfg-win.h
r69107 r76507 27 27 #ifndef ___VBox_VBoxNetCfg_win_h 28 28 #define ___VBox_VBoxNetCfg_win_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 /* -
trunk/include/VBox/VBoxNetCmn-win.h
r69107 r76507 27 27 #ifndef ___VBox_VBoxNetCmn_win_h 28 28 #define ___VBox_VBoxNetCmn_win_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/log.h> /* for LOG_ENABLED */ -
trunk/include/VBox/VBoxOGL.h
r69107 r76507 23 23 * terms and conditions of either the GPL or the CDDL or both. 24 24 */ 25 25 26 #ifndef ___VBoxOGL_h 26 27 #define ___VBoxOGL_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 27 31 28 32 #include <iprt/cdefs.h> -
trunk/include/VBox/VBoxPktDmp.h
r69107 r76507 27 27 #ifndef ___VBox_vboxpktdmp_h 28 28 #define ___VBox_vboxpktdmp_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/net.h> -
trunk/include/VBox/VBoxTpG.h
r69107 r76507 25 25 */ 26 26 27 28 27 #ifndef ___VBox_VTG_h___ 29 28 #define ___VBox_VTG_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 #include <iprt/types.h> -
trunk/include/VBox/VDEPlug.h
r76504 r76507 26 26 #ifndef ___VBox_VDEPlug_h 27 27 #define ___VBox_VDEPlug_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #define LIBVDEPLUG_INTERFACE_VERSION 1 -
trunk/include/VBox/VMMDev.h
r76419 r76507 30 30 #ifndef ___VBox_VMMDev_h 31 31 #define ___VBox_VMMDev_h 32 #ifndef RT_WITHOUT_PRAGMA_ONCE 33 # pragma once 34 #endif 32 35 33 36 #include <VBox/cdefs.h> -
trunk/include/VBox/VMMDevCoreTypes.h
r76417 r76507 33 33 #ifndef ___VBox_VMMDevCoreTypes_h 34 34 #define ___VBox_VMMDevCoreTypes_h 35 #ifndef RT_WITHOUT_PRAGMA_ONCE 36 # pragma once 37 #endif 35 38 36 39 #include <iprt/assertcompile.h> -
trunk/include/VBox/VMMDevTesting.h
r69107 r76507 25 25 */ 26 26 27 28 27 #ifndef ___VBox_VMMDevTesting_h 29 28 #define ___VBox_VMMDevTesting_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 #include <VBox/types.h> -
trunk/include/VBox/apic.h
r69107 r76507 28 28 #ifndef ___VBox_apic_h 29 29 #define ___VBox_apic_h 30 #ifndef RT_WITHOUT_PRAGMA_ONCE 31 # pragma once 32 #endif 30 33 31 34 #include <iprt/types.h> -
trunk/include/VBox/ata.h
r69181 r76507 27 27 #ifndef ___VBox_ata_h 28 28 #define ___VBox_ata_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 -
trunk/include/VBox/bios.h
r66154 r76507 28 28 #ifndef ___VBox_bios_h 29 29 #define ___VBox_bios_h 30 #ifndef RT_WITHOUT_PRAGMA_ONCE 31 # pragma once 32 #endif 30 33 31 34 /** The BIOS shutdown port. -
trunk/include/VBox/bioslogo.h
r69475 r76507 27 27 #ifndef ___VBox_BiosLogo_h 28 28 #define ___VBox_BiosLogo_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #ifndef VBOX_PC_BIOS -
trunk/include/VBox/cdefs.h
r71609 r76507 26 26 #ifndef ___VBox_cdefs_h 27 27 #define ___VBox_cdefs_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/cdefs.h> -
trunk/include/VBox/com/AutoLock.h
r69107 r76507 26 26 #ifndef ___VBox_com_AutoLock_h 27 27 #define ___VBox_com_AutoLock_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/types.h> -
trunk/include/VBox/com/ErrorInfo.h
r69107 r76507 26 26 #ifndef ___VBox_com_ErrorInfo_h 27 27 #define ___VBox_com_ErrorInfo_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include "VBox/com/ptr.h" -
trunk/include/VBox/com/EventQueue.h
r69107 r76507 27 27 #ifndef ___VBox_com_EventQueue_h 28 28 #define ___VBox_com_EventQueue_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <list> -
trunk/include/VBox/com/Guid.h
r76366 r76507 27 27 #ifndef ___VBox_com_Guid_h 28 28 #define ___VBox_com_Guid_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 /* Make sure all the stdint.h macros are included - must come first! */ -
trunk/include/VBox/com/MultiResult.h
r69107 r76507 27 27 #ifndef ___VBox_com_MultiResult_h 28 28 #define ___VBox_com_MultiResult_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include "VBox/com/defs.h" -
trunk/include/VBox/com/NativeEventQueue.h
r69107 r76507 26 26 #ifndef ___VBox_com_EventQueue_h 27 27 #define ___VBox_com_EventQueue_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #ifndef VBOX_WITH_XPCOM -
trunk/include/VBox/com/VirtualBox.h
r72982 r76507 36 36 #ifndef ___VBox_com_VirtualBox_h 37 37 #define ___VBox_com_VirtualBox_h 38 #ifndef RT_WITHOUT_PRAGMA_ONCE 39 # pragma once 40 #endif 38 41 39 42 /* For XPCOM/C++ enum hack checks. */ -
trunk/include/VBox/com/array.h
r72973 r76507 26 26 #ifndef ___VBox_com_array_h 27 27 #define ___VBox_com_array_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 -
trunk/include/VBox/com/assert.h
r69107 r76507 26 26 #ifndef ___VBox_com_assert_h 27 27 #define ___VBox_com_assert_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/assert.h> -
trunk/include/VBox/com/com.h
r69749 r76507 26 26 #ifndef ___VBox_com_com_h 27 27 #define ___VBox_com_com_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include "VBox/com/defs.h" -
trunk/include/VBox/com/defs.h
r69107 r76507 26 26 #ifndef ___VBox_com_defs_h 27 27 #define ___VBox_com_defs_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 /* Make sure all the stdint.h macros are included - must come first! */ -
trunk/include/VBox/com/errorprint.h
r72949 r76507 30 30 #ifndef ___VBox_com_errorprint_h 31 31 #define ___VBox_com_errorprint_h 32 #ifndef RT_WITHOUT_PRAGMA_ONCE 33 # pragma once 34 #endif 32 35 33 36 #include <VBox/com/ErrorInfo.h> -
trunk/include/VBox/com/list.h
r69107 r76507 27 27 #ifndef ___VBox_com_list_h 28 28 #define ___VBox_com_list_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/com/ptr.h> -
trunk/include/VBox/com/listeners.h
r69107 r76507 27 27 #ifndef ___VBox_com_listeners_h 28 28 #define ___VBox_com_listeners_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/com/com.h> -
trunk/include/VBox/com/microatl.h
r76380 r76507 26 26 #ifndef ___VBox_com_microatl_h 27 27 #define ___VBox_com_microatl_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/cdefs.h> /* VBOX_STRICT */ -
trunk/include/VBox/com/mtlist.h
r69107 r76507 27 27 #ifndef ___VBox_com_mtlist_h 28 28 #define ___VBox_com_mtlist_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/com/ptr.h> -
trunk/include/VBox/com/ptr.h
r69107 r76507 26 26 #ifndef ___VBox_com_ptr_h 27 27 #define ___VBox_com_ptr_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 /* Make sure all the stdint.h macros are included - must come first! */ -
trunk/include/VBox/com/string.h
r76408 r76507 27 27 #ifndef ___VBox_com_string_h 28 28 #define ___VBox_com_string_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 /* Make sure all the stdint.h macros are included - must come first! */ -
trunk/include/VBox/dbg.h
r76378 r76507 30 30 #ifndef ___VBox_dbg_h 31 31 #define ___VBox_dbg_h 32 #ifndef RT_WITHOUT_PRAGMA_ONCE 33 # pragma once 34 #endif 32 35 33 36 #include <VBox/cdefs.h> -
trunk/include/VBox/dbggui.h
r69107 r76507 26 26 #ifndef ___VBox_dbggui_h 27 27 #define ___VBox_dbggui_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/dbus.h
r69107 r76507 27 27 #ifndef ___VBox_dbus_h 28 28 #define ___VBox_dbus_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/types.h> -
trunk/include/VBox/dis.h
r69107 r76507 26 26 #ifndef ___VBox_dis_h 27 27 #define ___VBox_dis_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/disopcode.h
r76450 r76507 26 26 #ifndef ___VBox_disopcode_h 27 27 #define ___VBox_disopcode_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/assert.h> -
trunk/include/VBox/err.h
r76255 r76507 26 26 #ifndef ___VBox_err_h 27 27 #define ___VBox_err_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/cdefs.h> -
trunk/include/VBox/hgcmsvc.h
r76387 r76507 26 26 #ifndef ___VBox_hgcm_h 27 27 #define ___VBox_hgcm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/assert.h> -
trunk/include/VBox/intnet.h
r73097 r76507 26 26 #ifndef ___VBox_intnet_h 27 27 #define ___VBox_intnet_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/intnetinline.h
r73097 r76507 31 31 #ifndef ___VBox_intnetinline_h 32 32 #define ___VBox_intnetinline_h 33 #ifndef RT_WITHOUT_PRAGMA_ONCE 34 # pragma once 35 #endif 33 36 34 37 #include <VBox/intnet.h> -
trunk/include/VBox/log.h
r76093 r76507 26 26 #ifndef ___VBox_log_h 27 27 #define ___VBox_log_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 /* -
trunk/include/VBox/msi.h
r69107 r76507 26 26 #ifndef ___VBox_msi_h 27 27 #define ___VBox_msi_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/cdefs.h> -
trunk/include/VBox/ostypes.h
r70217 r76507 26 26 #ifndef ___VBox_ostypes_h 27 27 #define ___VBox_ostypes_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/cdefs.h> -
trunk/include/VBox/param.h
r69107 r76507 28 28 #ifndef ___VBox_param_h 29 29 #define ___VBox_param_h 30 #ifndef RT_WITHOUT_PRAGMA_ONCE 31 # pragma once 32 #endif 30 33 31 34 #include <iprt/param.h> -
trunk/include/VBox/pci.h
r69107 r76507 26 26 #ifndef ___VBox_pci_h 27 27 #define ___VBox_pci_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/cdefs.h> -
trunk/include/VBox/rawpci.h
r69107 r76507 26 26 #ifndef ___VBox_rawpci_h 27 27 #define ___VBox_rawpci_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/scsi.h
r72135 r76507 26 26 #ifndef ___VBox_scsi_h 27 27 #define ___VBox_scsi_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/assert.h> -
trunk/include/VBox/scsiinline.h
r69181 r76507 27 27 #ifndef ___VBox_scsiinline_h 28 28 #define ___VBox_scsiinline_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/stdint.h> -
trunk/include/VBox/settings.h
r75396 r76507 40 40 #ifndef ___VBox_settings_h 41 41 #define ___VBox_settings_h 42 #ifndef RT_WITHOUT_PRAGMA_ONCE 43 # pragma once 44 #endif 42 45 43 46 #include <iprt/time.h> -
trunk/include/VBox/shflsvc.h
r76421 r76507 30 30 #ifndef ___VBox_shflsvc_h 31 31 #define ___VBox_shflsvc_h 32 #ifndef RT_WITHOUT_PRAGMA_ONCE 33 # pragma once 34 #endif 32 35 33 36 #ifndef IN_MODULE -
trunk/include/VBox/sup.h
r76468 r76507 26 26 #ifndef ___VBox_sup_h 27 27 #define ___VBox_sup_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/cdefs.h> -
trunk/include/VBox/types.h
r76404 r76507 26 26 #ifndef ___VBox_types_h 27 27 #define ___VBox_types_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/cdefs.h> -
trunk/include/VBox/usb.h
r69107 r76507 26 26 #ifndef ___VBox_usb_h 27 27 #define ___VBox_usb_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/usbfilter.h
r69107 r76507 27 27 #ifndef ___VBox_usbfilter_h 28 28 #define ___VBox_usbfilter_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/types.h> -
trunk/include/VBox/usblib-darwin.h
r69107 r76507 27 27 #ifndef ___VBox_usblib_darwin_h 28 28 #define ___VBox_usblib_darwin_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/cdefs.h> -
trunk/include/VBox/usblib-solaris.h
r69107 r76507 27 27 #ifndef ___VBox_usblib_solaris_h 28 28 #define ___VBox_usblib_solaris_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/cdefs.h> -
trunk/include/VBox/usblib-win.h
r70289 r76507 27 27 #ifndef ___VBox_usblib_win_h 28 28 #define ___VBox_usblib_win_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/cdefs.h> -
trunk/include/VBox/usblib.h
r69107 r76507 26 26 #ifndef ___VBox_usblib_h 27 27 #define ___VBox_usblib_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/cdefs.h> -
trunk/include/VBox/vd-cache-backend.h
r69107 r76507 26 26 #ifndef ___VBox_vd_cache_backend_h 27 27 #define ___VBox_vd_cache_backend_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/vd.h> -
trunk/include/VBox/vd-common.h
r69107 r76507 26 26 #ifndef __vd_common_h__ 27 27 #define __vd_common_h__ 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vd-filter-backend.h
r69107 r76507 26 26 #ifndef ___VBox_vd_filter_backend_h 27 27 #define ___VBox_vd_filter_backend_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/vd.h> -
trunk/include/VBox/vd-ifs-internal.h
r69107 r76507 26 26 #ifndef ___VBox_vd_ifs_internal_h 27 27 #define ___VBox_vd_ifs_internal_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/sg.h> -
trunk/include/VBox/vd-ifs.h
r69107 r76507 26 26 #ifndef ___VBox_vd_ifs_h 27 27 #define ___VBox_vd_ifs_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/assert.h> -
trunk/include/VBox/vd-image-backend.h
r69475 r76507 26 26 #ifndef ___VBox_vd_image_backend_h 27 27 #define ___VBox_vd_image_backend_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/vd.h> -
trunk/include/VBox/vd-plugin.h
r69107 r76507 26 26 #ifndef ___VBox_vd_plugin_h 27 27 #define ___VBox_vd_plugin_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/vd.h> -
trunk/include/VBox/vd.h
r76390 r76507 26 26 #ifndef ___VBox_VD_h 27 27 #define ___VBox_VD_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/assert.h> -
trunk/include/VBox/vdmedia.h
r68670 r76507 26 26 #ifndef ___VBox_vdmedia_h 27 27 #define ___VBox_vdmedia_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/types.h> -
trunk/include/VBox/version.h
r69107 r76507 26 26 #ifndef ___VBox_version_h 27 27 #define ___VBox_version_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 /* Product info. */ -
trunk/include/VBox/vmm/apic.h
r76402 r76507 26 26 #ifndef ___VBox_vmm_apic_h 27 27 #define ___VBox_vmm_apic_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/cfgm.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_cfgm_h 27 27 #define ___VBox_vmm_cfgm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/cpum.h
r76491 r76507 26 26 #ifndef ___VBox_vmm_cpum_h 27 27 #define ___VBox_vmm_cpum_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/x86.h> -
trunk/include/VBox/vmm/cpumctx-v1_6.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_cpumctx_v1_6_h 27 27 #define ___VBox_vmm_cpumctx_v1_6_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/x86.h> -
trunk/include/VBox/vmm/cpumctx.h
r76464 r76507 26 26 #ifndef ___VBox_vmm_cpumctx_h 27 27 #define ___VBox_vmm_cpumctx_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #ifndef VBOX_FOR_DTRACE_LIB -
trunk/include/VBox/vmm/cpumdis.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_cpumdis_h 27 27 #define ___VBox_vmm_cpumdis_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/vmm/cpum.h> -
trunk/include/VBox/vmm/csam.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_csam_h 27 27 #define ___VBox_vmm_csam_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/dbgf.h
r73491 r76507 26 26 #ifndef ___VBox_vmm_dbgf_h 27 27 #define ___VBox_vmm_dbgf_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/dbgfcorefmt.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_dbgfcore_h 27 27 #define ___VBox_vmm_dbgfcore_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/dbgfsel.h
r69107 r76507 24 24 */ 25 25 26 27 26 #ifndef ___VBox_vmm_dbgfsel_h 28 27 #define ___VBox_vmm_dbgfsel_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 29 31 30 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/dbgftrace.h
r72686 r76507 26 26 #ifndef ___VBox_vmm_dbgftrace_h 27 27 #define ___VBox_vmm_dbgftrace_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/trace.h> -
trunk/include/VBox/vmm/em.h
r75646 r76507 26 26 #ifndef ___VBox_vmm_em_h 27 27 #define ___VBox_vmm_em_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/ftm.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_ftm_h 27 27 #define ___VBox_vmm_ftm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/gim.h
r72469 r76507 26 26 #ifndef ___VBox_vmm_gim_h 27 27 #define ___VBox_vmm_gim_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/cdefs.h> -
trunk/include/VBox/vmm/gmm.h
r76393 r76507 26 26 #ifndef ___VBox_vmm_gmm_h 27 27 #define ___VBox_vmm_gmm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/vmm/gvmm.h> -
trunk/include/VBox/vmm/gvm.h
r72300 r76507 25 25 */ 26 26 27 28 27 #ifndef ___VBox_vmm_gvm_h 29 28 #define ___VBox_vmm_gvm_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 #include <VBox/types.h> -
trunk/include/VBox/vmm/gvmm.h
r75661 r76507 27 27 #ifndef ___VBox_vmm_gvmm_h 28 28 #define ___VBox_vmm_gvmm_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/types.h> -
trunk/include/VBox/vmm/hm.h
r76469 r76507 26 26 #ifndef ___VBox_vmm_hm_h 27 27 #define ___VBox_vmm_hm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/vmm/pgm.h> -
trunk/include/VBox/vmm/hm_svm.h
r76463 r76507 26 26 #ifndef ___VBox_vmm_svm_h 27 27 #define ___VBox_vmm_svm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/hm_vmx.h
r76472 r76507 26 26 #ifndef ___VBox_vmm_vmx_h 27 27 #define ___VBox_vmm_vmx_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/hmvmxinline.h
r76397 r76507 26 26 #ifndef ___VBox_vmm_hmvmxinline_h 27 27 #define ___VBox_vmm_hmvmxinline_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/vmm/hm_vmx.h> -
trunk/include/VBox/vmm/iem.h
r76041 r76507 26 26 #ifndef ___VBox_vmm_iem_h 27 27 #define ___VBox_vmm_iem_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/iom.h
r71925 r76507 26 26 #ifndef ___VBox_vmm_iom_h 27 27 #define ___VBox_vmm_iom_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/mm.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_mm_h 27 27 #define ___VBox_vmm_mm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/nem.h
r72917 r76507 26 26 #ifndef ___VBox_vmm_nem_h 27 27 #define ___VBox_vmm_nem_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/patm.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_patm_h 27 27 #define ___VBox_vmm_patm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/pdm.h
r69475 r76507 26 26 #ifndef ___VBox_vmm_pdm_h 27 27 #define ___VBox_vmm_pdm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/vmm/pdmapi.h> -
trunk/include/VBox/vmm/pdmapi.h
r70039 r76507 30 30 #ifndef ___VBox_vmm_pdmapi_h 31 31 #define ___VBox_vmm_pdmapi_h 32 #ifndef RT_WITHOUT_PRAGMA_ONCE 33 # pragma once 34 #endif 32 35 33 36 #include <VBox/vmm/pdmcommon.h> -
trunk/include/VBox/vmm/pdmasynccompletion.h
r76398 r76507 26 26 #ifndef ___VBox_vmm_pdmasynccompletion_h 27 27 #define ___VBox_vmm_pdmasynccompletion_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/pdmasynctask.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_pdmasynctask_h 27 27 #define ___VBox_vmm_pdmasynctask_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/pdmaudioifs.h
r75962 r76507 174 174 #ifndef ___VBox_vmm_pdmaudioifs_h 175 175 #define ___VBox_vmm_pdmaudioifs_h 176 #ifndef RT_WITHOUT_PRAGMA_ONCE 177 # pragma once 178 #endif 176 179 177 180 #include <iprt/assertcompile.h> -
trunk/include/VBox/vmm/pdmblkcache.h
r76399 r76507 26 26 #ifndef ___VBox_vmm_pdmblkcache_h 27 27 #define ___VBox_vmm_pdmblkcache_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/pdmcardreaderinfs.h
r69107 r76507 27 27 #ifndef ___VBox_vmm_pdmcardreaderinfs_h 28 28 #define ___VBox_vmm_pdmcardreaderinfs_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/types.h> -
trunk/include/VBox/vmm/pdmcommon.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_pdmcommon_h 27 27 #define ___VBox_vmm_pdmcommon_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/pdmcritsect.h
r69475 r76507 26 26 #ifndef ___VBox_vmm_pdmcritsect_h 27 27 #define ___VBox_vmm_pdmcritsect_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/pdmcritsectrw.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_pdmcritsectrw_h 27 27 #define ___VBox_vmm_pdmcritsectrw_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/pdmdev.h
r76407 r76507 26 26 #ifndef ___VBox_vmm_pdmdev_h 27 27 #define ___VBox_vmm_pdmdev_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/vmm/pdmqueue.h> -
trunk/include/VBox/vmm/pdmdrv.h
r76404 r76507 26 26 #ifndef ___VBox_vmm_pdmdrv_h 27 27 #define ___VBox_vmm_pdmdrv_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/vmm/pdmqueue.h> -
trunk/include/VBox/vmm/pdmifs.h
r76382 r76507 26 26 #ifndef ___VBox_vmm_pdmifs_h 27 27 #define ___VBox_vmm_pdmifs_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/sg.h> -
trunk/include/VBox/vmm/pdmins.h
r69475 r76507 26 26 #ifndef ___VBox_vmm_pdmins_h 27 27 #define ___VBox_vmm_pdmins_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 -
trunk/include/VBox/vmm/pdmnetifs.h
r69475 r76507 26 26 #ifndef ___VBox_vmm_pdmnetifs_h 27 27 #define ___VBox_vmm_pdmnetifs_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/pdmnetinline.h
r69107 r76507 29 29 #ifndef ___VBox_vmm_pdmnetinline_h_ 30 30 #define ___VBox_vmm_pdmnetinline_h_ 31 #ifndef RT_WITHOUT_PRAGMA_ONCE 32 # pragma once 33 #endif 31 34 32 35 -
trunk/include/VBox/vmm/pdmnetshaper.h
r76404 r76507 26 26 #ifndef ___VBox_vmm_pdmnetshaper_h 27 27 #define ___VBox_vmm_pdmnetshaper_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/pdmnvram.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_pdmnvram_h_ 27 27 #define ___VBox_vmm_pdmnvram_h_ 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/pdmpci.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_pdmpci_h 27 27 #define ___VBox_vmm_pdmpci_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/pdmpcidev.h
r70181 r76507 26 26 #ifndef ___VBox_vmm_pdmpcidev_h 27 27 #define ___VBox_vmm_pdmpcidev_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/pci.h> -
trunk/include/VBox/vmm/pdmpcidevint.h
r69107 r76507 27 27 #ifndef ___VBox_vmm_pdmpcidevint_h 28 28 #define ___VBox_vmm_pdmpcidevint_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/vmm/pdmdev.h> -
trunk/include/VBox/vmm/pdmqueue.h
r69475 r76507 26 26 #ifndef ___VBox_vmm_pdmqueue_h 27 27 #define ___VBox_vmm_pdmqueue_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/pdmserialifs.h
r74446 r76507 26 26 #ifndef ___VBox_vmm_pdmserialifs_h 27 27 #define ___VBox_vmm_pdmserialifs_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/pdmsrv.h
r73097 r76507 28 28 #ifndef ___VBox_vmm_pdmsrv_h 29 29 #define ___VBox_vmm_pdmsrv_h 30 #ifndef RT_WITHOUT_PRAGMA_ONCE 31 # pragma once 32 #endif 30 33 31 34 #include <VBox/vmm/pdmifs.h> -
trunk/include/VBox/vmm/pdmstorageifs.h
r71775 r76507 26 26 #ifndef ___VBox_vmm_pdmstorageifs_h 27 27 #define ___VBox_vmm_pdmstorageifs_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/sg.h> -
trunk/include/VBox/vmm/pdmthread.h
r69475 r76507 26 26 #ifndef ___VBox_vmm_pdmthread_h 27 27 #define ___VBox_vmm_pdmthread_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/cdefs.h> -
trunk/include/VBox/vmm/pdmusb.h
r76406 r76507 26 26 #ifndef ___VBox_vmm_pdmusb_h 27 27 #define ___VBox_vmm_pdmusb_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/vmm/pdmqueue.h> -
trunk/include/VBox/vmm/pdmwebcaminfs.h
r69107 r76507 27 27 #ifndef ___VBox_vmm_pdmwebcaminfs_h 28 28 #define ___VBox_vmm_pdmwebcaminfs_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/types.h> -
trunk/include/VBox/vmm/pgm.h
r76393 r76507 26 26 #ifndef ___VBox_vmm_pgm_h 27 27 #define ___VBox_vmm_pgm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/rem.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_rem_h 27 27 #define ___VBox_vmm_rem_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/selm.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_selm_h 27 27 #define ___VBox_vmm_selm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/ssm.h
r73097 r76507 26 26 #ifndef ___VBox_vmm_ssm_h 27 27 #define ___VBox_vmm_ssm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/stam.h
r72300 r76507 26 26 #ifndef ___VBox_vmm_stam_h 27 27 #define ___VBox_vmm_stam_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/tm.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_tm_h 27 27 #define ___VBox_vmm_tm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/trpm.h
r75830 r76507 26 26 #ifndef ___VBox_vmm_trpm_h 27 27 #define ___VBox_vmm_trpm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/uvm.h
r69475 r76507 24 24 */ 25 25 26 27 26 #ifndef ___VBox_vmm_uvm_h 28 27 #define ___VBox_vmm_uvm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 29 31 30 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/vm.h
r75997 r76507 26 26 #ifndef ___VBox_vmm_vm_h 27 27 #define ___VBox_vmm_vm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #ifndef VBOX_FOR_DTRACE_LIB -
trunk/include/VBox/vmm/vmapi.h
r73351 r76507 26 26 #ifndef ___VBox_vmm_vmapi_h 27 27 #define ___VBox_vmm_vmapi_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/vmcpuset.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_vmcpuset_h 27 27 #define ___VBox_vmm_vmcpuset_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/vmm.h
r76464 r76507 26 26 #ifndef ___VBox_vmm_vmm_h 27 27 #define ___VBox_vmm_vmm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vrdpusb.h
r69107 r76507 26 26 #ifndef ___VBox_vrdpusb_h 27 27 #define ___VBox_vrdpusb_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/cdefs.h> -
trunk/include/VBox/vscsi.h
r70688 r76507 27 27 #ifndef ___VBox_vscsi_h 28 28 #define ___VBox_vscsi_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/cdefs.h> -
trunk/include/VBox/vusb.h
r69107 r76507 26 26 #ifndef ___VBox_vusb_h 27 27 #define ___VBox_vusb_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/cdefs.h>
Note:
See TracChangeset
for help on using the changeset viewer.