Changeset 3632 in vbox
- Timestamp:
- Jul 16, 2007 12:29:24 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22903
- Location:
- trunk/include/VBox
- Files:
-
- 55 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxDev.h
r3582 r3632 19 19 */ 20 20 21 #ifndef __ VBox_VBoxDev_h__22 #define __ VBox_VBoxDev_h__21 #ifndef ___VBox_VBoxDev_h 22 #define ___VBox_VBoxDev_h 23 23 24 24 #include <VBox/cdefs.h> … … 66 66 __END_DECLS 67 67 68 #endif /* __ VBox_VBoxDev_h__*/68 #endif /* ___VBox_VBoxDev_h */ -
trunk/include/VBox/VBoxGuest.h
r3586 r3632 19 19 */ 20 20 21 #ifndef __ VBox_VBoxGuest_h__22 #define __ VBox_VBoxGuest_h__21 #ifndef ___VBox_VBoxGuest_h 22 #define ___VBox_VBoxGuest_h 23 23 24 24 #include <iprt/cdefs.h> … … 1343 1343 #endif /* IN_RING3 */ 1344 1344 1345 #endif /* __ VBox_VBoxGuest_h__*/1345 #endif /* ___VBox_VBoxGuest_h */ -
trunk/include/VBox/VBoxGuestLib.h
r3193 r3632 20 20 */ 21 21 22 #ifndef __ VBox_VBoxGuestLib_h__23 #define __ VBox_VBoxGuestLib_h__22 #ifndef ___VBox_VBoxGuestLib_h 23 #define ___VBox_VBoxGuestLib_h 24 24 25 25 #include <VBox/VBoxGuest.h> -
trunk/include/VBox/VBoxHDD-new.h
r2981 r3632 20 20 */ 21 21 22 #ifndef __ VBox_VD_h__23 #define __ VBox_VD_h__22 #ifndef ___VBox_VD_h 23 #define ___VBox_VD_h 24 24 25 25 #include <VBox/cdefs.h> -
trunk/include/VBox/VBoxHDD.h
r2981 r3632 19 19 */ 20 20 21 #ifndef __ VBox_VBoxHDD_h__22 #define __ VBox_VBoxHDD_h__21 #ifndef ___VBox_VBoxHDD_h 22 #define ___VBox_VBoxHDD_h 23 23 24 24 #include <VBox/cdefs.h> -
trunk/include/VBox/VBoxVideo.h
r3165 r3632 19 19 */ 20 20 21 #ifndef __ VBox_VBoxVideo_h__22 #define __ VBox_VBoxVideo_h__21 #ifndef ___VBox_VBoxVideo_h 22 #define ___VBox_VBoxVideo_h 23 23 24 24 #include <iprt/cdefs.h> … … 163 163 #pragma pack() 164 164 165 #endif /* __ VBox_VBoxVideo_h__*/165 #endif /* ___VBox_VBoxVideo_h */ -
trunk/include/VBox/VRDPAuth.h
r2981 r3632 20 20 */ 21 21 22 #ifndef __ VBox_vrdpauth_h__23 #define __ VBox_vrdpauth_h__22 #ifndef ___VBox_vrdpauth_h 23 #define ___VBox_vrdpauth_h 24 24 25 25 /* The following 2 enums are 32 bits values.*/ … … 131 131 typedef VRDPAUTHENTRY2 *PVRDPAUTHENTRY2; 132 132 133 #endif /* __ VBox_vrdpauth_h__*/133 #endif /* ___VBox_vrdpauth_h */ -
trunk/include/VBox/cdefs.h
r2981 r3632 19 19 */ 20 20 21 #ifndef __ VBox_cdefs_h__22 #define __ VBox_cdefs_h__21 #ifndef ___VBox_cdefs_h 22 #define ___VBox_cdefs_h 23 23 24 24 #include <iprt/cdefs.h> -
trunk/include/VBox/cfgldr.h
r2981 r3632 19 19 */ 20 20 21 #ifndef __ VBox_cfgldr_h__22 #define __ VBox_cfgldr_h__21 #ifndef ___VBox_cfgldr_h 22 #define ___VBox_cfgldr_h 23 23 24 24 #include <VBox/cdefs.h> … … 630 630 /** @} */ 631 631 632 #endif /* __ VBox_cfgldr_h__*/632 #endif /* ___VBox_cfgldr_h */ -
trunk/include/VBox/cfgm.h
r2981 r3632 19 19 */ 20 20 21 #ifndef __ VBox_cfgm_h__22 #define __ VBox_cfgm_h__21 #ifndef ___VBox_cfgm_h 22 #define ___VBox_cfgm_h 23 23 24 24 #include <VBox/cdefs.h> -
trunk/include/VBox/cpum.h
r2981 r3632 19 19 */ 20 20 21 #ifndef __ VBox_cpum_h__22 #define __ VBox_cpum_h__21 #ifndef ___VBox_cpum_h 22 #define ___VBox_cpum_h 23 23 24 24 #include <VBox/cdefs.h> -
trunk/include/VBox/cpumdis.h
r2981 r3632 19 19 */ 20 20 21 #ifndef __ VBox_cpumdis_h__22 #define __ VBox_cpumdis_h__21 #ifndef ___VBox_cpumdis_h 22 #define ___VBox_cpumdis_h 23 23 24 24 #include <VBox/cpum.h> -
trunk/include/VBox/csam.h
r2981 r3632 19 19 */ 20 20 21 #ifndef __ VBox_csam_h__22 #define __ VBox_csam_h__21 #ifndef ___VBox_csam_h 22 #define ___VBox_csam_h 23 23 24 24 #include <VBox/cdefs.h> -
trunk/include/VBox/dbg.h
r2981 r3632 23 23 */ 24 24 25 #ifndef __ VBox_dbg_h__26 #define __ VBox_dbg_h__25 #ifndef ___VBox_dbg_h 26 #define ___VBox_dbg_h 27 27 28 28 #include <VBox/cdefs.h> … … 585 585 __END_DECLS 586 586 587 #endif /* __ VBox_dbg_h__*/587 #endif /* ___VBox_dbg_h */ -
trunk/include/VBox/dbgf.h
r2981 r3632 19 19 */ 20 20 21 #ifndef __VBox_dbgf_h__ 22 #define __VBox_dbgf_h__ 23 21 #ifndef ___VBox_dbgf_h 22 #define ___VBox_dbgf_h 24 23 25 24 #include <VBox/cdefs.h> -
trunk/include/VBox/dbggui.h
r2981 r3632 19 19 */ 20 20 21 #ifndef __ VBox_dbggui_h__22 #define __ VBox_dbggui_h__21 #ifndef ___VBox_dbggui_h 22 #define ___VBox_dbggui_h 23 23 24 24 #if defined(__WIN__) -
trunk/include/VBox/dis.h
r3205 r3632 19 19 */ 20 20 21 #ifndef __ VBox_disasm_h__22 #define __ VBox_disasm_h__21 #ifndef ___VBox_disasm_h 22 #define ___VBox_disasm_h 23 23 24 24 #include <VBox/cdefs.h> -
trunk/include/VBox/disopcode.h
r2981 r3632 19 19 */ 20 20 21 22 #ifndef __opcode_h__ 23 #define __opcode_h__ 21 #ifndef ___VBox_opcode_h 22 #define ___VBox_opcode_h 24 23 25 24 #define MODRM_MOD(a) (a>>6) -
trunk/include/VBox/em.h
r2981 r3632 19 19 */ 20 20 21 22 #ifndef __VBox_em_h__ 23 #define __VBox_em_h__ 21 #ifndef ___VBox_em_h 22 #define ___VBox_em_h 24 23 25 24 #include <VBox/cdefs.h> -
trunk/include/VBox/err.h
r3298 r3632 19 19 */ 20 20 21 #ifndef __ VBox_err_h__22 #define __ VBox_err_h__21 #ifndef ___VBox_err_h 22 #define ___VBox_err_h 23 23 24 24 #include <VBox/cdefs.h> -
trunk/include/VBox/hgcmsvc.h
r2981 r3632 20 20 */ 21 21 22 #ifndef __ VBox_hgcm_h__23 #define __ VBox_hgcm_h__22 #ifndef ___VBox_hgcm_h 23 #define ___VBox_hgcm_h 24 24 25 25 #include <VBox/cdefs.h> -
trunk/include/VBox/hwacc_svm.h
r2981 r3632 19 19 */ 20 20 21 #ifndef __ VBox_svm_h__22 #define __ VBox_svm_h__21 #ifndef ___VBox_svm_h 22 #define ___VBox_svm_h 23 23 24 24 #include <VBox/types.h> -
trunk/include/VBox/hwacc_vmx.h
r3362 r3632 19 19 */ 20 20 21 #ifndef __ VBox_vmx_h__22 #define __ VBox_vmx_h__21 #ifndef ___VBox_vmx_h 22 #define ___VBox_vmx_h 23 23 24 24 #include <VBox/types.h> -
trunk/include/VBox/hwaccm.h
r2981 r3632 19 19 */ 20 20 21 #ifndef __ VBox_hwaccm_h__22 #define __ VBox_hwaccm_h__21 #ifndef ___VBox_hwaccm_h 22 #define ___VBox_hwaccm_h 23 23 24 24 #include <VBox/cdefs.h> -
trunk/include/VBox/intnet.h
r2981 r3632 19 19 */ 20 20 21 #ifndef __ VBox_intnet_h__22 #define __ VBox_intnet_h__21 #ifndef ___VBox_intnet_h 22 #define ___VBox_intnet_h 23 23 24 24 #include <VBox/types.h> -
trunk/include/VBox/iom.h
r3184 r3632 19 19 */ 20 20 21 #ifndef __VBox_iom_h__ 22 #define __VBox_iom_h__ 23 21 #ifndef ___VBox_iom_h 22 #define ___VBox_iom_h 24 23 25 24 #include <VBox/cdefs.h> -
trunk/include/VBox/log.h
r3223 r3632 19 19 */ 20 20 21 #ifndef __ VBox_log_h__22 #define __ VBox_log_h__21 #ifndef ___VBox_log_h 22 #define ___VBox_log_h 23 23 24 24 /* -
trunk/include/VBox/mm.h
r3519 r3632 19 19 */ 20 20 21 #ifndef __ VBox_mm_h__22 #define __ VBox_mm_h__21 #ifndef ___VBox_mm_h 22 #define ___VBox_mm_h 23 23 24 24 #include <VBox/cdefs.h> -
trunk/include/VBox/ostypes.h
r3240 r3632 19 19 */ 20 20 21 #ifndef __ VBox_ostypes_h__22 #define __ VBox_ostypes_h__21 #ifndef ___VBox_ostypes_h 22 #define ___VBox_ostypes_h 23 23 24 24 #include <iprt/cdefs.h> -
trunk/include/VBox/param.h
r2981 r3632 19 19 */ 20 20 21 #ifndef __ VBox_param_h__22 #define __ VBox_param_h__21 #ifndef ___VBox_param_h 22 #define ___VBox_param_h 23 23 24 24 #include <iprt/param.h> -
trunk/include/VBox/patm.h
r2981 r3632 19 19 */ 20 20 21 #ifndef __ VBox_patm_h__22 #define __ VBox_patm_h__21 #ifndef ___VBox_patm_h 22 #define ___VBox_patm_h 23 23 24 24 #include <VBox/cdefs.h> -
trunk/include/VBox/pci.h
r2981 r3632 19 19 */ 20 20 21 22 #ifndef __VBox_pci_h__ 23 #define __VBox_pci_h__ 24 21 #ifndef ___VBox_pci_h 22 #define ___VBox_pci_h 25 23 26 24 #include <VBox/cdefs.h> -
trunk/include/VBox/pdm.h
r3584 r3632 19 19 */ 20 20 21 #ifndef __ VBox_pdm_h__22 #define __ VBox_pdm_h__21 #ifndef ___VBox_pdm_h 22 #define ___VBox_pdm_h 23 23 24 24 #include <VBox/cdefs.h> -
trunk/include/VBox/pgm.h
r2981 r3632 19 19 */ 20 20 21 #ifndef __ VBox_pgm_h__22 #define __ VBox_pgm_h__21 #ifndef ___VBox_pgm_h 22 #define ___VBox_pgm_h 23 23 24 24 #include <VBox/cdefs.h> … … 1518 1518 PDMR3DECL(int) PGMR3PoolGrow(PVM pVM); 1519 1519 1520 #ifdef __ VBox_dbgf_h__/** @todo fix this! */1520 #ifdef ___VBox_dbgf_h /** @todo fix this! */ 1521 1521 /** 1522 1522 * Dumps a page table hierarchy use only physical addresses and cr4/lm flags. -
trunk/include/VBox/rem.h
r2981 r3632 19 19 */ 20 20 21 #ifndef __ VBox_rem_h__22 #define __ VBox_rem_h__21 #ifndef ___VBox_rem_h 22 #define ___VBox_rem_h 23 23 24 24 #include <VBox/cdefs.h> -
trunk/include/VBox/scsi.h
r2981 r3632 19 19 */ 20 20 21 22 #ifndef __SCSI_h__ 23 #define __SCSI_h__ 21 #ifndef ___VBox_scsi_h 22 #define ___VBox_scsi_h 24 23 25 24 -
trunk/include/VBox/selm.h
r2981 r3632 19 19 */ 20 20 21 #ifndef __ VBox_selm_h__22 #define __ VBox_selm_h__21 #ifndef ___VBox_selm_h 22 #define ___VBox_selm_h 23 23 24 24 #include <VBox/cdefs.h> -
trunk/include/VBox/shflsvc.h
r3234 r3632 20 20 */ 21 21 22 #ifndef __ SHFLSVC__H23 #define __ SHFLSVC__H22 #ifndef ___VBox_shflsvc_h 23 #define ___VBox_shflsvc_h 24 24 25 25 #include <VBox/types.h> -
trunk/include/VBox/ssm.h
r2981 r3632 19 19 */ 20 20 21 22 #ifndef __VBox_ssm_h__ 23 #define __VBox_ssm_h__ 21 #ifndef ___VBox_ssm_h 22 #define ___VBox_ssm_h 24 23 25 24 #include <VBox/cdefs.h> -
trunk/include/VBox/stam.h
r2981 r3632 19 19 */ 20 20 21 #ifndef __VBox_stam_h__ 22 #define __VBox_stam_h__ 23 21 #ifndef ___VBox_stam_h 22 #define ___VBox_stam_h 24 23 25 24 #include <VBox/cdefs.h> -
trunk/include/VBox/sup.h
r3393 r3632 19 19 */ 20 20 21 #ifndef __ VBox_sup_h__22 #define __ VBox_sup_h__21 #ifndef ___VBox_sup_h 22 #define ___VBox_sup_h 23 23 24 24 #include <VBox/cdefs.h> -
trunk/include/VBox/tapwin32.h
r2981 r3632 19 19 */ 20 20 21 #ifndef __ VBox_tapwin32_h__22 #define __ VBox_tapwin32_h__21 #ifndef ___VBox_tapwin32_h 22 #define ___VBox_tapwin32_h 23 23 24 24 #define TAP_DRIVER_MAJOR_VERSION 8 -
trunk/include/VBox/tm.h
r2981 r3632 19 19 */ 20 20 21 22 #ifndef __VBox_tm_h__ 23 #define __VBox_tm_h__ 21 #ifndef ___VBox_tm_h 22 #define ___VBox_tm_h 24 23 25 24 #include <VBox/cdefs.h> -
trunk/include/VBox/trpm.h
r2981 r3632 19 19 */ 20 20 21 #ifndef __ VBox_trpm_h__22 #define __ VBox_trpm_h__21 #ifndef ___VBox_trpm_h 22 #define ___VBox_trpm_h 23 23 24 24 #include <VBox/cdefs.h> -
trunk/include/VBox/types.h
r2981 r3632 19 19 */ 20 20 21 #ifndef __ VBox_types_h__22 #define __ VBox_types_h__21 #ifndef ___VBox_types_h 22 #define ___VBox_types_h 23 23 24 24 #include <VBox/cdefs.h> -
trunk/include/VBox/usb.h
r2981 r3632 19 19 */ 20 20 21 22 #ifndef __VBox_usb_h__ 23 #define __VBox_usb_h__ 21 #ifndef ___VBox_usb_h 22 #define ___VBox_usb_h 24 23 25 24 #include <VBox/types.h> -
trunk/include/VBox/usblib.h
r2981 r3632 20 20 */ 21 21 22 23 #ifndef __VBox_usblib_h__ 24 #define __VBox_usblib_h__ 22 #ifndef ___VBox_usblib_h 23 #define ___VBox_usblib_h 25 24 26 25 #include <VBox/cdefs.h> -
trunk/include/VBox/version.h
r3070 r3632 19 19 */ 20 20 21 #ifndef __ VBox_version_h__22 #define __ VBox_version_h__21 #ifndef ___VBox_version_h 22 #define ___VBox_version_h 23 23 24 24 #ifndef RC_INVOKED -
trunk/include/VBox/vm.h
r2981 r3632 19 19 */ 20 20 21 22 #ifndef __VBox_vm_h__ 23 #define __VBox_vm_h__ 21 #ifndef ___VBox_vm_h 22 #define ___VBox_vm_h 24 23 25 24 #include <VBox/cdefs.h> … … 527 526 528 527 /** Pointer to a VM. */ 529 #ifndef __ VBox_types_h__528 #ifndef ___VBox_types_h 530 529 typedef struct VM *PVM; 531 530 #endif -
trunk/include/VBox/vmapi.h
r2981 r3632 19 19 */ 20 20 21 #ifndef __ VBox_vmapi_h__22 #define __ VBox_vmapi_h__21 #ifndef ___VBox_vmapi_h 22 #define ___VBox_vmapi_h 23 23 24 24 #include <VBox/cdefs.h> -
trunk/include/VBox/vmm.h
r3123 r3632 19 19 */ 20 20 21 #ifndef __ VBox_vmm_h__22 #define __ VBox_vmm_h__21 #ifndef ___VBox_vmm_h 22 #define ___VBox_vmm_h 23 23 24 24 #include <VBox/cdefs.h> -
trunk/include/VBox/vrdpapi.h
r3606 r3632 20 20 */ 21 21 22 #ifndef __ VBox_vrdpapi_h__23 #define __ VBox_vrdpapi_h__22 #ifndef ___VBox_vrdpapi_h 23 #define ___VBox_vrdpapi_h 24 24 25 25 #ifdef VRDP_NO_COM … … 1661 1661 /** @} */ 1662 1662 1663 #endif /* __ VBox_vrdpapi_h__*/1664 1663 #endif /* ___VBox_vrdpapi_h */ 1664 -
trunk/include/VBox/vrdpusb.h
r2981 r3632 20 20 */ 21 21 22 #ifndef __ VBox_vrdpusb_h__23 #define __ VBox_vrdpusb_h__22 #ifndef ___VBox_vrdpusb_h 23 #define ___VBox_vrdpusb_h 24 24 25 25 #include <VBox/cdefs.h> … … 68 68 } REMOTEUSBCALLBACK; 69 69 70 #endif /* __ VBox_vrdpusb_h__*/70 #endif /* ___VBox_vrdpusb_h */ 71 71 -
trunk/include/VBox/vusb.h
r3618 r3632 19 19 */ 20 20 21 #ifndef __ VBox_vusb_h__22 #define __ VBox_vusb_h__21 #ifndef ___VBox_vusb_h 22 #define ___VBox_vusb_h 23 23 24 24 #include <VBox/cdefs.h> -
trunk/include/VBox/x86.h
r2981 r3632 24 24 */ 25 25 26 27 #ifndef __VBox_x86_h__ 28 #define __VBox_x86_h__ 26 #ifndef ___VBox_x86_h 27 #define ___VBox_x86_h 29 28 30 29 #include <VBox/types.h>
Note:
See TracChangeset
for help on using the changeset viewer.