Changeset 76585 in vbox for trunk/include/VBox
- Timestamp:
- Jan 1, 2019 6:31:29 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127888
- Location:
- trunk/include/VBox
- Files:
-
- 195 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/AssertGuest.h
r76558 r76585 1768 1768 /** @} */ 1769 1769 1770 #endif 1771 1770 #endif /* !VBOX_INCLUDED_AssertGuest_h */ 1771 -
trunk/include/VBox/ExtPack/ExtPack.h
r76558 r76585 585 585 #define VBOXEXTPACK_IS_MAJOR_VER_EQUAL(u32Ver1, u32Ver2) (RT_HIWORD(u32Ver1) == RT_HIWORD(u32Ver2)) 586 586 587 #endif 588 587 #endif /* !VBOX_INCLUDED_ExtPack_ExtPack_h */ 588 -
trunk/include/VBox/Graphics/HGSMI.h
r76558 r76585 248 248 RT_C_DECLS_END 249 249 250 #endif /* ! ___VBox_Graphics_HGSMI_h */251 250 #endif /* !VBOX_INCLUDED_Graphics_HGSMI_h */ 251 -
trunk/include/VBox/Graphics/HGSMIBase.h
r76558 r76585 58 58 RT_C_DECLS_END 59 59 60 #endif 60 #endif /* !VBOX_INCLUDED_Graphics_HGSMIBase_h */ -
trunk/include/VBox/Graphics/HGSMIChSetup.h
r76558 r76585 88 88 AssertCompileSize(HGSMIHOSTFLAGS, 16); 89 89 90 #endif 90 #endif /* !VBOX_INCLUDED_Graphics_HGSMIChSetup_h */ -
trunk/include/VBox/Graphics/HGSMIChannels.h
r76558 r76585 75 75 76 76 77 #endif /* ! __HGSMIChannels_h__*/77 #endif /* !VBOX_INCLUDED_Graphics_HGSMIChannels_h */ -
trunk/include/VBox/Graphics/HGSMIContext.h
r76558 r76585 111 111 RT_C_DECLS_END 112 112 113 #endif 113 #endif /* !VBOX_INCLUDED_Graphics_HGSMIContext_h */ 114 114 -
trunk/include/VBox/Graphics/HGSMIDefs.h
r76558 r76585 125 125 } HGSMIENV; 126 126 127 #endif /* ! ___VBox_Graphics_HGSMIDefs_h */127 #endif /* !VBOX_INCLUDED_Graphics_HGSMIDefs_h */ 128 128 -
trunk/include/VBox/Graphics/HGSMIHostCmd.h
r76558 r76585 47 47 RT_C_DECLS_END 48 48 49 #endif 49 #endif /* !VBOX_INCLUDED_Graphics_HGSMIHostCmd_h */ -
trunk/include/VBox/Graphics/HGSMIMemAlloc.h
r76558 r76585 101 101 RT_C_DECLS_END 102 102 103 #endif /* ! ___VBox_Graphics_HGSMIMemAlloc_h */103 #endif /* !VBOX_INCLUDED_Graphics_HGSMIMemAlloc_h */ -
trunk/include/VBox/Graphics/VBoxCrHgsmi.h
r76558 r76585 60 60 RT_C_DECLS_END 61 61 62 #endif 62 #endif /* !VBOX_INCLUDED_Graphics_VBoxCrHgsmi_h */ 63 63 -
trunk/include/VBox/Graphics/VBoxUhgsmi.h
r76558 r76585 129 129 #define VBoxUhgsmiBufferDestroy(_pBuf) ((_pBuf)->pfnDestroy(_pBuf)) 130 130 131 #endif 131 #endif /* !VBOX_INCLUDED_Graphics_VBoxUhgsmi_h */ 132 132 -
trunk/include/VBox/Graphics/VBoxVideo.h
r76558 r76585 2126 2126 #endif 2127 2127 2128 #endif 2129 2128 #endif /* !VBOX_INCLUDED_Graphics_VBoxVideo_h */ 2129 -
trunk/include/VBox/Graphics/VBoxVideo3D.h
r76558 r76585 148 148 149 149 150 #endif /* #ifndef ___VBox_Graphics_VBoxVideo3D_h */150 #endif /* !VBOX_INCLUDED_Graphics_VBoxVideo3D_h */ -
trunk/include/VBox/Graphics/VBoxVideoErr.h
r76558 r76585 74 74 /** @} */ 75 75 76 #endif 76 #endif /* !VBOX_INCLUDED_Graphics_VBoxVideoErr_h */ -
trunk/include/VBox/Graphics/VBoxVideoGuest.h
r76558 r76585 184 184 RT_C_DECLS_END 185 185 186 #endif 186 #endif /* !VBOX_INCLUDED_Graphics_VBoxVideoGuest_h */ 187 187 -
trunk/include/VBox/Graphics/VBoxVideoHost3D.h
r76558 r76585 209 209 #pragma pack() 210 210 211 #endif 212 211 #endif /* !VBOX_INCLUDED_Graphics_VBoxVideoHost3D_h */ 212 -
trunk/include/VBox/Graphics/VBoxVideoIPRT.h
r76558 r76585 101 101 /** @} */ 102 102 103 #endif 103 #endif /* !VBOX_INCLUDED_Graphics_VBoxVideoIPRT_h */ 104 104 -
trunk/include/VBox/Graphics/VBoxVideoVBE.h
r76558 r76585 103 103 #define VGA_PORT_HGSMI_GUEST 0x3d0 104 104 105 #endif /* ! ___VBox_Graphics_VBoxVideoVBE_h */105 #endif /* !VBOX_INCLUDED_Graphics_VBoxVideoVBE_h */ 106 106 -
trunk/include/VBox/Graphics/VBoxVideoVBEPrivate.h
r76558 r76585 241 241 242 242 243 #endif /* ! ___VBox_Graphics_VBoxVideoVBEPrivate_h */244 243 #endif /* !VBOX_INCLUDED_Graphics_VBoxVideoVBEPrivate_h */ 244 -
trunk/include/VBox/GuestHost/DragAndDrop.h
r76558 r76585 321 321 }; 322 322 323 #endif /* ! ___VBox_GuestHost_DragAndDrop_h */324 323 #endif /* !VBOX_INCLUDED_GuestHost_DragAndDrop_h */ 324 -
trunk/include/VBox/GuestHost/DragAndDropDefs.h
r76558 r76585 80 80 "application/x-openoffice;windows_formatname=\"Bitmap\"" 81 81 82 #endif 82 #endif /* !VBOX_INCLUDED_GuestHost_DragAndDropDefs_h */ 83 83 -
trunk/include/VBox/GuestHost/GuestControl.h
r76558 r76585 199 199 } /* namespace guestControl */ 200 200 201 #endif /* ! ___VBox_GuestHost_GuestControl_h */202 201 #endif /* !VBOX_INCLUDED_GuestHost_GuestControl_h */ 202 -
trunk/include/VBox/GuestHost/SharedClipboard.h
r76558 r76585 79 79 CLIPREADCBREQ *pReq, void *pv, 80 80 uint32_t cb); 81 #endif 81 #endif /* !VBOX_INCLUDED_GuestHost_SharedClipboard_h */ 82 82 -
trunk/include/VBox/GuestHost/clipboard-helper.h
r76558 r76585 171 171 172 172 173 #endif 173 #endif /* !VBOX_INCLUDED_GuestHost_clipboard_helper_h */ 174 174 -
trunk/include/VBox/HostServices/DragAndDropSvc.h
r76558 r76585 1110 1110 } /* namespace DragAndDropSvc */ 1111 1111 1112 #endif /* !___VBox_HostService_DragAndDropSvc_h */1113 1112 #endif /* !VBOX_INCLUDED_HostServices_DragAndDropSvc_h */ 1113 -
trunk/include/VBox/HostServices/GuestControlSvc.h
r76558 r76585 1366 1366 } /* namespace guestControl */ 1367 1367 1368 #endif /* !___VBox_HostService_GuestControlService_h */1369 1368 #endif /* !VBOX_INCLUDED_HostServices_GuestControlSvc_h */ 1369 -
trunk/include/VBox/HostServices/GuestPropertySvc.h
r76558 r76585 494 494 495 495 496 #endif /* !___VBox_HostService_GuestPropertySvc_h */497 496 #endif /* !VBOX_INCLUDED_HostServices_GuestPropertySvc_h */ 497 -
trunk/include/VBox/HostServices/Service.h
r76558 r76585 379 379 380 380 } 381 #endif /* ! ___VBox_HostService_Service_h */382 381 #endif /* !VBOX_INCLUDED_HostServices_Service_h */ 382 -
trunk/include/VBox/HostServices/VBoxClipboardExt.h
r76558 r76585 51 51 } VBOXCLIPBOARDEXTPARMS; 52 52 53 #endif 53 #endif /* !VBOX_INCLUDED_HostServices_VBoxClipboardExt_h */ -
trunk/include/VBox/HostServices/VBoxClipboardSvc.h
r76558 r76585 136 136 #pragma pack() 137 137 138 #endif 138 #endif /* !VBOX_INCLUDED_HostServices_VBoxClipboardSvc_h */ -
trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h
r76558 r76585 427 427 } CRVBOXHGCMSETUNSCALEDHIDPIOUTPUT; 428 428 429 #endif 429 #endif /* !VBOX_INCLUDED_HostServices_VBoxCrOpenGLSvc_h */ -
trunk/include/VBox/HostServices/VBoxHostChannel.h
r76558 r76585 217 217 #pragma pack() 218 218 219 #endif 219 #endif /* !VBOX_INCLUDED_HostServices_VBoxHostChannel_h */ -
trunk/include/VBox/HostServices/VBoxOGLOp.h
r76558 r76585 1898 1898 #endif /* VBOX_OGL_WITH_EXTENSION_ARRAY */ 1899 1899 1900 #endif 1901 1900 #endif /* !VBOX_INCLUDED_HostServices_VBoxOGLOp_h */ 1901 -
trunk/include/VBox/HostServices/VBoxOpenGLSvc.h
r76558 r76585 201 201 202 202 203 #endif 204 203 #endif /* !VBOX_INCLUDED_HostServices_VBoxOpenGLSvc_h */ 204 -
trunk/include/VBox/HostServices/glext.h
r76558 r76585 7262 7262 #endif 7263 7263 7264 #endif 7264 #endif /* !VBOX_INCLUDED_HostServices_glext_h */ -
trunk/include/VBox/HostServices/glxext.h
r76558 r76585 787 787 #endif 788 788 789 #endif 789 #endif /* !VBOX_INCLUDED_HostServices_glxext_h */ -
trunk/include/VBox/HostServices/wglext.h
r76558 r76585 650 650 #endif 651 651 652 #endif 652 #endif /* !VBOX_INCLUDED_HostServices_wglext_h */ -
trunk/include/VBox/RemoteDesktop/VRDE.h
r76558 r76585 1603 1603 /** @} */ 1604 1604 1605 #endif 1605 #endif /* !VBOX_INCLUDED_RemoteDesktop_VRDE_h */ -
trunk/include/VBox/RemoteDesktop/VRDEImage.h
r76558 r76585 244 244 } VRDEIMAGECALLBACKS; 245 245 246 #endif 246 #endif /* !VBOX_INCLUDED_RemoteDesktop_VRDEImage_h */ -
trunk/include/VBox/RemoteDesktop/VRDEInput.h
r76558 r76585 222 222 #pragma pack() 223 223 224 #endif 224 #endif /* !VBOX_INCLUDED_RemoteDesktop_VRDEInput_h */ -
trunk/include/VBox/RemoteDesktop/VRDEMousePtr.h
r76558 r76585 70 70 } VRDEMOUSEPTRINTERFACE; 71 71 72 #endif 72 #endif /* !VBOX_INCLUDED_RemoteDesktop_VRDEMousePtr_h */ -
trunk/include/VBox/RemoteDesktop/VRDEOrders.h
r76558 r76585 298 298 #pragma pack() 299 299 300 #endif 300 #endif /* !VBOX_INCLUDED_RemoteDesktop_VRDEOrders_h */ -
trunk/include/VBox/RemoteDesktop/VRDESCard.h
r76558 r76585 516 516 } VRDESCARDSETATTRIBRSP; 517 517 518 #endif 518 #endif /* !VBOX_INCLUDED_RemoteDesktop_VRDESCard_h */ -
trunk/include/VBox/RemoteDesktop/VRDETSMF.h
r76558 r76585 142 142 } VRDETSMFNOTIFYDATA; 143 143 144 #endif 144 #endif /* !VBOX_INCLUDED_RemoteDesktop_VRDETSMF_h */ -
trunk/include/VBox/RemoteDesktop/VRDEVideoIn.h
r76558 r76585 1081 1081 #pragma pack() 1082 1082 1083 #endif 1083 #endif /* !VBOX_INCLUDED_RemoteDesktop_VRDEVideoIn_h */ -
trunk/include/VBox/SUPDrvMangling.h
r76558 r76585 36 36 #include <iprt/mangling.h> 37 37 38 #endif 38 #endif /* !VBOX_INCLUDED_SUPDrvMangling_h */ -
trunk/include/VBox/VBoxAuth.h
r76558 r76585 197 197 /** @} */ 198 198 199 #endif 199 #endif /* !VBOX_INCLUDED_VBoxAuth_h */ -
trunk/include/VBox/VBoxCocoa.h
r76558 r76585 76 76 #endif /* __OBJC__ && __cplusplus */ 77 77 78 #endif /* ! ___VBox_VBoxCocoa_h */78 #endif /* !VBOX_INCLUDED_VBoxCocoa_h */ 79 79 -
trunk/include/VBox/VBoxDrvCfg-win.h
r76558 r76585 77 77 RT_C_DECLS_END 78 78 79 #endif 79 #endif /* !VBOX_INCLUDED_VBoxDrvCfg_win_h */ 80 80 -
trunk/include/VBox/VBoxGL2D.h
r76558 r76585 359 359 }; 360 360 361 #endif /* #ifndef __VBoxGLSupportInfo_h__*/361 #endif /* !VBOX_INCLUDED_VBoxGL2D_h */ -
trunk/include/VBox/VBoxGuest.h
r76558 r76585 1008 1008 1009 1009 /** @} */ 1010 #endif 1011 1010 #endif /* !VBOX_INCLUDED_VBoxGuest_h */ 1011 -
trunk/include/VBox/VBoxGuestCoreTypes.h
r76558 r76585 235 235 /** @} */ 236 236 237 #endif 238 237 #endif /* !VBOX_INCLUDED_VBoxGuestCoreTypes_h */ 238 -
trunk/include/VBox/VBoxGuestLib.h
r76558 r76585 1091 1091 /** @} */ 1092 1092 1093 #endif 1094 1093 #endif /* !VBOX_INCLUDED_VBoxGuestLib_h */ 1094 -
trunk/include/VBox/VBoxGuestLibSharedFolders.h
r76558 r76585 128 128 RT_C_DECLS_END 129 129 130 #endif 130 #endif /* !VBOX_INCLUDED_VBoxGuestLibSharedFolders_h */ 131 131 -
trunk/include/VBox/VBoxGuestMangling.h
r76558 r76585 36 36 #include <iprt/mangling.h> 37 37 38 #endif 38 #endif /* !VBOX_INCLUDED_VBoxGuestMangling_h */ 39 39 -
trunk/include/VBox/VBoxKeyboard.h
r76558 r76585 53 53 #endif 54 54 55 #endif 55 #endif /* !VBOX_INCLUDED_VBoxKeyboard_h */ 56 56 -
trunk/include/VBox/VBoxNetCfg-win.h
r76558 r76585 129 129 /** @} */ 130 130 131 #endif 131 #endif /* !VBOX_INCLUDED_VBoxNetCfg_win_h */ 132 132 -
trunk/include/VBox/VBoxNetCmn-win.h
r76558 r76585 151 151 } 152 152 153 #endif 153 #endif /* !VBOX_INCLUDED_VBoxNetCmn_win_h */ -
trunk/include/VBox/VBoxOGL.h
r76558 r76585 58 58 RT_C_DECLS_END 59 59 60 #endif /* ! ___VBoxOGL_h */60 #endif /* !VBOX_INCLUDED_VBoxOGL_h */ -
trunk/include/VBox/VBoxPktDmp.h
r76558 r76585 174 174 } 175 175 176 #endif 176 #endif /* !VBOX_INCLUDED_VBoxPktDmp_h */ -
trunk/include/VBox/VBoxTpG.h
r76558 r76585 442 442 RT_C_DECLS_END 443 443 444 #endif 445 444 #endif /* !VBOX_INCLUDED_VBoxTpG_h */ 445 -
trunk/include/VBox/VDEPlug.h
r76558 r76585 61 61 #undef VDEPLUG_GENERATE_HEADER 62 62 63 #endif /* ___VBox_VDEPlug_h not defined*/63 #endif /* !VBOX_INCLUDED_VDEPlug_h */ 64 64 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/include/VBox/VMMDev.h
r76558 r76585 1986 1986 #pragma pack() 1987 1987 1988 #endif 1989 1988 #endif /* !VBOX_INCLUDED_VMMDev_h */ 1989 -
trunk/include/VBox/VMMDevCoreTypes.h
r76558 r76585 540 540 /** @} */ 541 541 542 #endif 543 542 #endif /* !VBOX_INCLUDED_VMMDevCoreTypes_h */ 543 -
trunk/include/VBox/VMMDevTesting.h
r76558 r76585 159 159 /** @} */ 160 160 161 #endif 161 #endif /* !VBOX_INCLUDED_VMMDevTesting_h */ 162 162 -
trunk/include/VBox/apic.h
r76558 r76585 76 76 #endif 77 77 78 #endif 78 #endif /* !VBOX_INCLUDED_apic_h */ 79 79 -
trunk/include/VBox/ata.h
r76558 r76585 209 209 #endif 210 210 211 #endif /* ! ___VBox_ata_h */212 211 #endif /* !VBOX_INCLUDED_ata_h */ 212 -
trunk/include/VBox/bios.h
r76558 r76585 43 43 44 44 45 #endif 45 #endif /* !VBOX_INCLUDED_bios_h */ 46 46 -
trunk/include/VBox/bioslogo.h
r76558 r76585 95 95 /** @} */ 96 96 97 #endif 97 #endif /* !VBOX_INCLUDED_bioslogo_h */ 98 98 -
trunk/include/VBox/cdefs.h
r76558 r76585 480 480 /** @} */ 481 481 482 #endif 483 482 #endif /* !VBOX_INCLUDED_cdefs_h */ 483 -
trunk/include/VBox/com/AutoLock.h
r76558 r76585 688 688 /** @} */ 689 689 690 #endif 690 #endif /* !VBOX_INCLUDED_com_AutoLock_h */ 691 691 692 692 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/include/VBox/com/ErrorInfo.h
r76558 r76585 532 532 /** @} */ 533 533 534 #endif 535 534 #endif /* !VBOX_INCLUDED_com_ErrorInfo_h */ 535 -
trunk/include/VBox/com/EventQueue.h
r76558 r76585 138 138 /** @} */ 139 139 140 #endif 140 #endif /* !VBOX_INCLUDED_com_EventQueue_h */ 141 141 -
trunk/include/VBox/com/Guid.h
r76558 r76585 496 496 /** @} */ 497 497 498 #endif /* ! ___VBox_com_Guid_h */499 498 #endif /* !VBOX_INCLUDED_com_Guid_h */ 499 -
trunk/include/VBox/com/MultiResult.h
r76558 r76585 265 265 /** @} */ 266 266 267 #endif /* ! ___VBox_com_MultiResult_h */268 267 #endif /* !VBOX_INCLUDED_com_MultiResult_h */ 268 -
trunk/include/VBox/com/NativeEventQueue.h
r76558 r76585 148 148 /** @} */ 149 149 150 #endif 150 #endif /* !VBOX_INCLUDED_com_NativeEventQueue_h */ 151 151 -
trunk/include/VBox/com/VirtualBox.h
r76558 r76585 57 57 #include "VBox/com/ptr.h" 58 58 59 #endif 59 #endif /* !VBOX_INCLUDED_com_VirtualBox_h */ 60 60 -
trunk/include/VBox/com/array.h
r76558 r76585 1773 1773 /** @} */ 1774 1774 1775 #endif /* ! ___VBox_com_array_h */1776 1775 #endif /* !VBOX_INCLUDED_com_array_h */ 1776 -
trunk/include/VBox/com/assert.h
r76558 r76585 122 122 /** @} */ 123 123 124 #endif / / !___VBox_com_assert_h124 #endif /* !VBOX_INCLUDED_com_assert_h */ 125 125 -
trunk/include/VBox/com/com.h
r76558 r76585 117 117 118 118 /** @} */ 119 #endif 119 #endif /* !VBOX_INCLUDED_com_com_h */ 120 120 -
trunk/include/VBox/com/defs.h
r76558 r76585 592 592 /** @} */ 593 593 594 #endif /* ! ___VBox_com_defs_h */595 594 #endif /* !VBOX_INCLUDED_com_defs_h */ 595 -
trunk/include/VBox/com/errorprint.h
r76558 r76585 378 378 /** @} */ 379 379 380 #endif 381 380 #endif /* !VBOX_INCLUDED_com_errorprint_h */ 381 -
trunk/include/VBox/com/list.h
r76558 r76585 210 210 /** @} */ 211 211 212 #endif /* ! ___VBox_com_list_h */213 212 #endif /* !VBOX_INCLUDED_com_list_h */ 213 -
trunk/include/VBox/com/listeners.h
r76558 r76585 180 180 181 181 /** @} */ 182 #endif 182 #endif /* !VBOX_INCLUDED_com_listeners_h */ 183 183 -
trunk/include/VBox/com/microatl.h
r76558 r76585 1357 1357 } /* namespace ATL */ 1358 1358 1359 #endif /* ! ___VBox_com_microatl_h */1360 1359 #endif /* !VBOX_INCLUDED_com_microatl_h */ 1360 -
trunk/include/VBox/com/mtlist.h
r76558 r76585 207 207 /** @} */ 208 208 209 #endif /* ! ___VBox_com_mtlist_h */210 209 #endif /* !VBOX_INCLUDED_com_mtlist_h */ 210 -
trunk/include/VBox/com/ptr.h
r76558 r76585 502 502 /** @} */ 503 503 504 #endif 505 504 #endif /* !VBOX_INCLUDED_com_ptr_h */ 505 -
trunk/include/VBox/com/string.h
r76558 r76585 900 900 /** @} */ 901 901 902 #endif /* ! ___VBox_com_string_h */903 902 #endif /* !VBOX_INCLUDED_com_string_h */ 903 -
trunk/include/VBox/dbg.h
r76558 r76585 1176 1176 RT_C_DECLS_END 1177 1177 1178 #endif 1178 #endif /* !VBOX_INCLUDED_dbg_h */ -
trunk/include/VBox/dbggui.h
r76558 r76585 175 175 RT_C_DECLS_END 176 176 177 #endif 177 #endif /* !VBOX_INCLUDED_dbggui_h */ 178 178 -
trunk/include/VBox/dbus.h
r76558 r76585 124 124 #undef VBOX_DBUS_GENERATE_HEADER 125 125 126 #endif /* ___VBox_DBus_h not defined*/126 #endif /* !VBOX_INCLUDED_dbus_h */ 127 127 -
trunk/include/VBox/dis.h
r76558 r76585 848 848 RT_C_DECLS_END 849 849 850 #endif 851 850 #endif /* !VBOX_INCLUDED_dis_h */ 851 -
trunk/include/VBox/disopcode.h
r76558 r76585 1144 1144 /** @} */ 1145 1145 1146 #endif 1147 1146 #endif /* !VBOX_INCLUDED_disopcode_h */ 1147 -
trunk/include/VBox/err.h
r76558 r76585 2912 2912 2913 2913 2914 #endif 2915 2914 #endif /* !VBOX_INCLUDED_err_h */ 2915 -
trunk/include/VBox/hgcmsvc.h
r76558 r76585 574 574 #define VBOX_HGCM_SVCLOAD_NAME "VBoxHGCMSvcLoad" 575 575 576 #endif 577 576 #endif /* !VBOX_INCLUDED_hgcmsvc_h */ 577 -
trunk/include/VBox/intnet.h
r76558 r76585 1303 1303 RT_C_DECLS_END 1304 1304 1305 #endif 1305 #endif /* !VBOX_INCLUDED_intnet_h */ -
trunk/include/VBox/intnetinline.h
r76558 r76585 824 824 #endif /* __cplusplus */ 825 825 826 #endif 827 826 #endif /* !VBOX_INCLUDED_intnetinline_h */ 827 -
trunk/include/VBox/log.h
r76558 r76585 1248 1248 1249 1249 /** @} */ 1250 #endif 1250 #endif /* !VBOX_INCLUDED_log_h */ -
trunk/include/VBox/msi.h
r76558 r76585 121 121 122 122 123 #endif 123 #endif /* !VBOX_INCLUDED_msi_h */ -
trunk/include/VBox/ostypes.h
r76558 r76585 172 172 RT_C_DECLS_END 173 173 174 #endif 174 #endif /* !VBOX_INCLUDED_ostypes_h */ -
trunk/include/VBox/param.h
r76558 r76585 190 190 /** @} */ 191 191 192 #endif 192 #endif /* !VBOX_INCLUDED_param_h */ 193 193 -
trunk/include/VBox/pci.h
r76558 r76585 603 603 /** @} */ 604 604 605 #endif 605 #endif /* !VBOX_INCLUDED_pci_h */ -
trunk/include/VBox/rawpci.h
r76558 r76585 606 606 /* #define VBOX_WITH_SHARED_PCI_INTERRUPTS */ 607 607 608 #endif 608 #endif /* !VBOX_INCLUDED_rawpci_h */ -
trunk/include/VBox/scsi.h
r76558 r76585 323 323 #endif 324 324 325 #endif 325 #endif /* !VBOX_INCLUDED_scsi_h */ -
trunk/include/VBox/scsiinline.h
r76558 r76585 233 233 /** @} */ 234 234 235 #endif 236 235 #endif /* !VBOX_INCLUDED_scsiinline_h */ 236 -
trunk/include/VBox/settings.h
r76558 r76585 1285 1285 1286 1286 1287 #endif /* ___VBox_settings_h */1287 #endif /* !VBOX_INCLUDED_settings_h */ -
trunk/include/VBox/shflsvc.h
r76558 r76585 1926 1926 /** @} */ 1927 1927 1928 #endif 1929 1928 #endif /* !VBOX_INCLUDED_shflsvc_h */ 1929 -
trunk/include/VBox/sup.h
r76558 r76585 2518 2518 RT_C_DECLS_END 2519 2519 2520 #endif 2521 2520 #endif /* !VBOX_INCLUDED_sup_h */ 2521 -
trunk/include/VBox/types.h
r76558 r76585 1111 1111 /** @} */ 1112 1112 1113 #endif 1113 #endif /* !VBOX_INCLUDED_types_h */ -
trunk/include/VBox/usb.h
r76558 r76585 265 265 RT_C_DECLS_END 266 266 267 #endif 268 267 #endif /* !VBOX_INCLUDED_usb_h */ 268 -
trunk/include/VBox/usbfilter.h
r76558 r76585 259 259 /** @} */ 260 260 261 #endif 261 #endif /* !VBOX_INCLUDED_usbfilter_h */ -
trunk/include/VBox/usblib-darwin.h
r76558 r76585 59 59 RT_C_DECLS_END 60 60 61 #endif 61 #endif /* !VBOX_INCLUDED_usblib_darwin_h */ 62 62 -
trunk/include/VBox/usblib-solaris.h
r76558 r76585 275 275 RT_C_DECLS_END 276 276 277 #endif 278 277 #endif /* !VBOX_INCLUDED_usblib_solaris_h */ 278 -
trunk/include/VBox/usblib-win.h
r76558 r76585 296 296 RT_C_DECLS_END 297 297 298 #endif 299 298 #endif /* !VBOX_INCLUDED_usblib_win_h */ 299 -
trunk/include/VBox/usblib.h
r76558 r76585 183 183 RT_C_DECLS_END 184 184 185 #endif 185 #endif /* !VBOX_INCLUDED_usblib_h */ 186 186 -
trunk/include/VBox/vd-cache-backend.h
r76558 r76585 320 320 #define VD_CACHEBACKEND_VERSION VD_VERSION_MAKE(0xff03, 1, 0) 321 321 322 #endif 322 #endif /* !VBOX_INCLUDED_vd_cache_backend_h */ -
trunk/include/VBox/vd-common.h
r76558 r76585 64 64 ) 65 65 66 #endif 66 #endif /* !VBOX_INCLUDED_vd_common_h */ -
trunk/include/VBox/vd-filter-backend.h
r76558 r76585 110 110 #define VD_FLTBACKEND_VERSION VD_VERSION_MAKE(0xff02, 1, 0) 111 111 112 #endif 112 #endif /* !VBOX_INCLUDED_vd_filter_backend_h */ -
trunk/include/VBox/vd-ifs-internal.h
r76558 r76585 688 688 /** @} */ 689 689 690 #endif 690 #endif /* !VBOX_INCLUDED_vd_ifs_internal_h */ -
trunk/include/VBox/vd-ifs.h
r76558 r76585 1695 1695 /** @} */ 1696 1696 1697 #endif 1697 #endif /* !VBOX_INCLUDED_vd_ifs_h */ -
trunk/include/VBox/vd-image-backend.h
r76558 r76585 604 604 DECLCALLBACK(int) genericFileComposeName(PVDINTERFACE pConfig, char **pszName); 605 605 606 #endif 606 #endif /* !VBOX_INCLUDED_vd_image_backend_h */ -
trunk/include/VBox/vd-plugin.h
r76558 r76585 94 94 #define VD_PLUGIN_PREFIX_LENGTH (sizeof(VD_PLUGIN_PREFIX)-1) 95 95 96 #endif 96 #endif /* !VBOX_INCLUDED_vd_plugin_h */ -
trunk/include/VBox/vd.h
r76558 r76585 1802 1802 /** @} */ 1803 1803 1804 #endif 1805 1804 #endif /* !VBOX_INCLUDED_vd_h */ 1805 -
trunk/include/VBox/vdmedia.h
r76558 r76585 213 213 /** @} */ 214 214 215 #endif /* ! ___VBox_vdmedia_h */216 215 #endif /* !VBOX_INCLUDED_vdmedia_h */ 216 -
trunk/include/VBox/version.h
r76558 r76585 153 153 /** @} */ 154 154 155 #endif 155 #endif /* !VBOX_INCLUDED_version_h */ 156 156 -
trunk/include/VBox/vmm/apic.h
r76558 r76585 207 207 /** @} */ 208 208 209 #endif 210 209 #endif /* !VBOX_INCLUDED_vmm_apic_h */ 210 -
trunk/include/VBox/vmm/cfgm.h
r76558 r76585 227 227 /** @} */ 228 228 229 #endif 230 229 #endif /* !VBOX_INCLUDED_vmm_cfgm_h */ 230 -
trunk/include/VBox/vmm/cpum.h
r76558 r76585 2348 2348 2349 2349 2350 #endif 2351 2350 #endif /* !VBOX_INCLUDED_vmm_cpum_h */ 2351 -
trunk/include/VBox/vmm/cpumctx-v1_6.h
r76558 r76585 250 250 RT_C_DECLS_END 251 251 252 #endif 253 252 #endif /* !VBOX_INCLUDED_vmm_cpumctx_v1_6_h */ 253 -
trunk/include/VBox/vmm/cpumctx.h
r76558 r76585 1164 1164 RT_C_DECLS_END 1165 1165 1166 #endif 1167 1166 #endif /* !VBOX_INCLUDED_vmm_cpumctx_h */ 1167 -
trunk/include/VBox/vmm/cpumdis.h
r76558 r76585 48 48 49 49 50 #endif 50 #endif /* !VBOX_INCLUDED_vmm_cpumdis_h */ 51 51 -
trunk/include/VBox/vmm/csam.h
r76558 r76585 109 109 #endif /* VBOX_WITH_RAW_MODE */ 110 110 111 #endif 111 #endif /* !VBOX_INCLUDED_vmm_csam_h */ 112 112 -
trunk/include/VBox/vmm/dbgf.h
r76558 r76585 2731 2731 RT_C_DECLS_END 2732 2732 2733 #endif 2734 2733 #endif /* !VBOX_INCLUDED_vmm_dbgf_h */ 2734 -
trunk/include/VBox/vmm/dbgfcorefmt.h
r76558 r76585 174 174 RT_C_DECLS_END 175 175 176 #endif 176 #endif /* !VBOX_INCLUDED_vmm_dbgfcorefmt_h */ 177 177 -
trunk/include/VBox/vmm/dbgfsel.h
r76558 r76585 103 103 /** @} */ 104 104 105 #endif 105 #endif /* !VBOX_INCLUDED_vmm_dbgfsel_h */ 106 106 -
trunk/include/VBox/vmm/dbgftrace.h
r76558 r76585 156 156 RT_C_DECLS_END 157 157 158 #endif 158 #endif /* !VBOX_INCLUDED_vmm_dbgftrace_h */ -
trunk/include/VBox/vmm/em.h
r76558 r76585 407 407 RT_C_DECLS_END 408 408 409 #endif 410 409 #endif /* !VBOX_INCLUDED_vmm_em_h */ 410 -
trunk/include/VBox/vmm/ftm.h
r76558 r76585 74 74 RT_C_DECLS_END 75 75 76 #endif 76 #endif /* !VBOX_INCLUDED_vmm_ftm_h */ 77 77 -
trunk/include/VBox/vmm/gim.h
r76558 r76585 204 204 RT_C_DECLS_END 205 205 206 #endif 207 206 #endif /* !VBOX_INCLUDED_vmm_gim_h */ 207 -
trunk/include/VBox/vmm/gmm.h
r76558 r76585 808 808 RT_C_DECLS_END 809 809 810 #endif 811 810 #endif /* !VBOX_INCLUDED_vmm_gmm_h */ 811 -
trunk/include/VBox/vmm/gvm.h
r76561 r76585 180 180 /** @} */ 181 181 182 #endif 182 #endif /* !VBOX_INCLUDED_vmm_gvm_h */ 183 183 -
trunk/include/VBox/vmm/gvmm.h
r76558 r76585 274 274 RT_C_DECLS_END 275 275 276 #endif 277 276 #endif /* !VBOX_INCLUDED_vmm_gvmm_h */ 277 -
trunk/include/VBox/vmm/hm.h
r76558 r76585 288 288 289 289 290 #endif 291 290 #endif /* !VBOX_INCLUDED_vmm_hm_h */ 291 -
trunk/include/VBox/vmm/hm_svm.h
r76558 r76585 1190 1190 /** @} */ 1191 1191 1192 #endif 1193 1192 #endif /* !VBOX_INCLUDED_vmm_hm_svm_h */ 1193 -
trunk/include/VBox/vmm/hm_vmx.h
r76558 r76585 4104 4104 /** @} */ 4105 4105 4106 #endif 4107 4106 #endif /* !VBOX_INCLUDED_vmm_hm_vmx_h */ 4107 -
trunk/include/VBox/vmm/hmvmxinline.h
r76558 r76585 740 740 /** @} */ 741 741 742 #endif 743 742 #endif /* !VBOX_INCLUDED_vmm_hmvmxinline_h */ 743 -
trunk/include/VBox/vmm/iem.h
r76558 r76585 365 365 RT_C_DECLS_END 366 366 367 #endif 368 367 #endif /* !VBOX_INCLUDED_vmm_iem_h */ 368 -
trunk/include/VBox/vmm/iom.h
r76558 r76585 386 386 RT_C_DECLS_END 387 387 388 #endif 389 388 #endif /* !VBOX_INCLUDED_vmm_iom_h */ 389 -
trunk/include/VBox/vmm/mm.h
r76558 r76585 377 377 378 378 379 #endif 380 379 #endif /* !VBOX_INCLUDED_vmm_mm_h */ 380 -
trunk/include/VBox/vmm/nem.h
r76558 r76585 139 139 140 140 141 #endif 141 #endif /* !VBOX_INCLUDED_vmm_nem_h */ 142 142 -
trunk/include/VBox/vmm/patm.h
r76558 r76585 224 224 #endif /* VBOX_WITH_RAW_MODE */ 225 225 226 #endif 226 #endif /* !VBOX_INCLUDED_vmm_patm_h */ -
trunk/include/VBox/vmm/pdm.h
r76558 r76585 41 41 #include <VBox/vmm/pdmsrv.h> 42 42 43 #endif 43 #endif /* !VBOX_INCLUDED_vmm_pdm_h */ 44 44 -
trunk/include/VBox/vmm/pdmapi.h
r76558 r76585 244 244 /** @} */ 245 245 246 #endif 246 #endif /* !VBOX_INCLUDED_vmm_pdmapi_h */ -
trunk/include/VBox/vmm/pdmasynccompletion.h
r76558 r76585 147 147 RT_C_DECLS_END 148 148 149 #endif 149 #endif /* !VBOX_INCLUDED_vmm_pdmasynccompletion_h */ 150 150 -
trunk/include/VBox/vmm/pdmasynctask.h
r76558 r76585 61 61 RT_C_DECLS_END 62 62 63 #endif 63 #endif /* !VBOX_INCLUDED_vmm_pdmasynctask_h */ 64 64 -
trunk/include/VBox/vmm/pdmaudioifs.h
r76558 r76585 1666 1666 /** @} */ 1667 1667 1668 #endif /* ! ___VBox_vmm_pdmaudioifs_h */1669 1668 #endif /* !VBOX_INCLUDED_vmm_pdmaudioifs_h */ 1669 -
trunk/include/VBox/vmm/pdmblkcache.h
r76558 r76585 419 419 RT_C_DECLS_END 420 420 421 #endif 422 421 #endif /* !VBOX_INCLUDED_vmm_pdmblkcache_h */ 422 -
trunk/include/VBox/vmm/pdmcardreaderinfs.h
r76558 r76585 123 123 /** @} */ 124 124 125 #endif 125 #endif /* !VBOX_INCLUDED_vmm_pdmcardreaderinfs_h */ 126 126 -
trunk/include/VBox/vmm/pdmcommon.h
r76558 r76585 179 179 /** @} */ 180 180 181 #endif 181 #endif /* !VBOX_INCLUDED_vmm_pdmcommon_h */ 182 182 -
trunk/include/VBox/vmm/pdmcritsect.h
r76558 r76585 103 103 RT_C_DECLS_END 104 104 105 #endif 105 #endif /* !VBOX_INCLUDED_vmm_pdmcritsect_h */ 106 106 -
trunk/include/VBox/vmm/pdmcritsectrw.h
r76558 r76585 98 98 RT_C_DECLS_END 99 99 100 #endif 100 #endif /* !VBOX_INCLUDED_vmm_pdmcritsectrw_h */ 101 101 -
trunk/include/VBox/vmm/pdmdev.h
r76558 r76585 5429 5429 RT_C_DECLS_END 5430 5430 5431 #endif 5431 #endif /* !VBOX_INCLUDED_vmm_pdmdev_h */ -
trunk/include/VBox/vmm/pdmdrv.h
r76558 r76585 1889 1889 RT_C_DECLS_END 1890 1890 1891 #endif 1891 #endif /* !VBOX_INCLUDED_vmm_pdmdrv_h */ -
trunk/include/VBox/vmm/pdmifs.h
r76558 r76585 2242 2242 RT_C_DECLS_END 2243 2243 2244 #endif 2244 #endif /* !VBOX_INCLUDED_vmm_pdmifs_h */ -
trunk/include/VBox/vmm/pdmins.h
r76558 r76585 71 71 /** @} */ 72 72 73 #endif 73 #endif /* !VBOX_INCLUDED_vmm_pdmins_h */ -
trunk/include/VBox/vmm/pdmnetifs.h
r76558 r76585 443 443 RT_C_DECLS_END 444 444 445 #endif 446 445 #endif /* !VBOX_INCLUDED_vmm_pdmnetifs_h */ 446 -
trunk/include/VBox/vmm/pdmnetinline.h
r76558 r76585 675 675 /** @} */ 676 676 677 #endif 678 677 #endif /* !VBOX_INCLUDED_vmm_pdmnetinline_h */ 678 -
trunk/include/VBox/vmm/pdmnetshaper.h
r76558 r76585 71 71 RT_C_DECLS_END 72 72 73 #endif 73 #endif /* !VBOX_INCLUDED_vmm_pdmnetshaper_h */ 74 74 -
trunk/include/VBox/vmm/pdmnvram.h
r76558 r76585 122 122 RT_C_DECLS_END 123 123 124 #endif 124 #endif /* !VBOX_INCLUDED_vmm_pdmnvram_h */ 125 125 -
trunk/include/VBox/vmm/pdmpci.h
r76558 r76585 394 394 RT_C_DECLS_END 395 395 396 #endif 396 #endif /* !VBOX_INCLUDED_vmm_pdmpci_h */ -
trunk/include/VBox/vmm/pdmpcidev.h
r76558 r76585 677 677 /** @} */ 678 678 679 #endif 679 #endif /* !VBOX_INCLUDED_vmm_pdmpcidev_h */ -
trunk/include/VBox/vmm/pdmpcidevint.h
r76558 r76585 230 230 /** @} */ 231 231 232 #endif 233 232 #endif /* !VBOX_INCLUDED_vmm_pdmpcidevint_h */ 233 -
trunk/include/VBox/vmm/pdmqueue.h
r76558 r76585 159 159 RT_C_DECLS_END 160 160 161 #endif 161 #endif /* !VBOX_INCLUDED_vmm_pdmqueue_h */ 162 162 -
trunk/include/VBox/vmm/pdmserialifs.h
r76558 r76585 237 237 RT_C_DECLS_END 238 238 239 #endif 239 #endif /* !VBOX_INCLUDED_vmm_pdmserialifs_h */ -
trunk/include/VBox/vmm/pdmsrv.h
r76558 r76585 336 336 RT_C_DECLS_END 337 337 338 #endif 338 #endif /* !VBOX_INCLUDED_vmm_pdmsrv_h */ -
trunk/include/VBox/vmm/pdmstorageifs.h
r76558 r76585 1042 1042 RT_C_DECLS_END 1043 1043 1044 #endif 1044 #endif /* !VBOX_INCLUDED_vmm_pdmstorageifs_h */ -
trunk/include/VBox/vmm/pdmthread.h
r76558 r76585 299 299 RT_C_DECLS_END 300 300 301 #endif 301 #endif /* !VBOX_INCLUDED_vmm_pdmthread_h */ -
trunk/include/VBox/vmm/pdmusb.h
r76558 r76585 1085 1085 RT_C_DECLS_END 1086 1086 1087 #endif 1087 #endif /* !VBOX_INCLUDED_vmm_pdmusb_h */ -
trunk/include/VBox/vmm/pdmwebcaminfs.h
r76558 r76585 143 143 /** @} */ 144 144 145 #endif 145 #endif /* !VBOX_INCLUDED_vmm_pdmwebcaminfs_h */ 146 146 -
trunk/include/VBox/vmm/pgm.h
r76558 r76585 955 955 956 956 /** @} */ 957 #endif 958 957 #endif /* !VBOX_INCLUDED_vmm_pgm_h */ 958 -
trunk/include/VBox/vmm/rem.h
r76558 r76585 104 104 105 105 106 #endif 106 #endif /* !VBOX_INCLUDED_vmm_rem_h */ 107 107 -
trunk/include/VBox/vmm/selm.h
r76558 r76585 128 128 RT_C_DECLS_END 129 129 130 #endif 130 #endif /* !VBOX_INCLUDED_vmm_selm_h */ 131 131 -
trunk/include/VBox/vmm/ssm.h
r76558 r76585 1302 1302 RT_C_DECLS_END 1303 1303 1304 #endif 1305 1304 #endif /* !VBOX_INCLUDED_vmm_ssm_h */ 1305 -
trunk/include/VBox/vmm/stam.h
r76558 r76585 1264 1264 RT_C_DECLS_END 1265 1265 1266 #endif 1267 1266 #endif /* !VBOX_INCLUDED_vmm_stam_h */ 1267 -
trunk/include/VBox/vmm/tm.h
r76558 r76585 292 292 RT_C_DECLS_END 293 293 294 #endif 295 294 #endif /* !VBOX_INCLUDED_vmm_tm_h */ 295 -
trunk/include/VBox/vmm/trpm.h
r76558 r76585 153 153 RT_C_DECLS_END 154 154 155 #endif 155 #endif /* !VBOX_INCLUDED_vmm_trpm_h */ -
trunk/include/VBox/vmm/uvm.h
r76561 r76585 182 182 183 183 /** @} */ 184 #endif 184 #endif /* !VBOX_INCLUDED_vmm_uvm_h */ 185 185 -
trunk/include/VBox/vmm/vm.h
r76561 r76585 1595 1595 /** @} */ 1596 1596 1597 #endif 1598 1597 #endif /* !VBOX_INCLUDED_vmm_vm_h */ 1598 -
trunk/include/VBox/vmm/vmapi.h
r76558 r76585 533 533 /** @} */ 534 534 535 #endif 536 535 #endif /* !VBOX_INCLUDED_vmm_vmapi_h */ 536 -
trunk/include/VBox/vmm/vmcpuset.h
r76558 r76585 111 111 /** @} */ 112 112 113 #endif 113 #endif /* !VBOX_INCLUDED_vmm_vmcpuset_h */ 114 114 -
trunk/include/VBox/vmm/vmm.h
r76558 r76585 619 619 RT_C_DECLS_END 620 620 621 #endif 621 #endif /* !VBOX_INCLUDED_vmm_vmm_h */ -
trunk/include/VBox/vrdpusb.h
r76558 r76585 85 85 /** @} */ 86 86 87 #endif 87 #endif /* !VBOX_INCLUDED_vrdpusb_h */ 88 88 -
trunk/include/VBox/vscsi.h
r76558 r76585 454 454 RT_C_DECLS_END 455 455 456 #endif /* ___VBox_vscsi_h */457 456 #endif /* !VBOX_INCLUDED_vscsi_h */ 457 -
trunk/include/VBox/vusb.h
r76558 r76585 1318 1318 RT_C_DECLS_END 1319 1319 1320 #endif 1320 #endif /* !VBOX_INCLUDED_vusb_h */
Note:
See TracChangeset
for help on using the changeset viewer.