Changeset 3633
- Timestamp:
- 07/16/07 14:41:57 (1 year ago)
- Files:
-
- trunk/include/VBox/HostServices/VBoxClipboardExt.h (modified) (3 diffs)
- trunk/include/VBox/HostServices/VBoxClipboardSvc.h (modified) (3 diffs)
- trunk/include/VBox/HostServices/VBoxOGLOp.h (modified) (3 diffs)
- trunk/include/VBox/HostServices/VBoxOpenGLSvc.h (modified) (3 diffs)
- trunk/include/VBox/VBoxDev.h (modified) (1 diff)
- trunk/include/VBox/VBoxGuest.h (modified) (1 diff)
- trunk/include/VBox/VBoxGuestLib.h (modified) (1 diff)
- trunk/include/VBox/VBoxVideo.h (modified) (1 diff)
- trunk/include/VBox/VRDPAuth.h (modified) (1 diff)
- trunk/include/VBox/cdefs.h (modified) (1 diff)
- trunk/include/VBox/cfgldr.h (modified) (1 diff)
- trunk/include/VBox/dbg.h (modified) (1 diff)
- trunk/include/VBox/disopcode.h (modified) (1 diff)
- trunk/include/VBox/hgcmsvc.h (modified) (1 diff)
- trunk/include/VBox/hwaccm.h (modified) (1 diff)
- trunk/include/VBox/ostypes.h (modified) (1 diff)
- trunk/include/VBox/patm.h (modified) (1 diff)
- trunk/include/VBox/scsi.h (modified) (1 diff)
- trunk/include/VBox/shflsvc.h (modified) (1 diff)
- trunk/include/VBox/tapwin32.h (modified) (1 diff)
- trunk/include/VBox/vrdpapi.h (modified) (1 diff)
- trunk/include/VBox/vrdpusb.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/HostServices/VBoxClipboardExt.h
r2981 r3633 1 1 /** @file 2 *3 2 * Shared Clipboard: 4 3 * Common header for the service extension. … … 21 20 */ 22 21 23 #ifndef __ VBOXCLIPBOARDEXT__H24 #define __ VBOXCLIPBOARDEXT__H22 #ifndef ___VBox_HostService_VBoxClipboardExt_h 23 #define ___VBox_HostService_VBoxClipboardExt_h 25 24 26 25 #include <VBox/types.h> … … 41 40 } VBOXCLIPBOARDEXTPARMS; 42 41 43 #endif /* __VBOXCLIPBOARDEXT__H */42 #endif trunk/include/VBox/HostServices/VBoxClipboardSvc.h
r2981 r3633 1 1 /** @file 2 *3 2 * Shared Clipboard: 4 3 * Common header for host service and guest clients. … … 21 20 */ 22 21 23 #ifndef __ VBOXCLIPBOARDSVC__H24 #define __ VBOXCLIPBOARDSVC__H22 #ifndef ___VBox_HostService_VBoxClipboardSvc_h 23 #define ___VBox_HostService_VBoxClipboardSvc_h 25 24 26 25 #include <VBox/types.h> … … 119 118 #pragma pack () 120 119 121 #endif /* __VBOXCLIPBOARDSVC__H */120 #endif trunk/include/VBox/HostServices/VBoxOGLOp.h
r3484 r3633 1 1 /** @file 2 *3 2 * VirtualBox OpenGL command pack/unpack header 3 */ 4 5 /* 4 6 * 5 7 * Copyright (C) 2006-2007 innotek GmbH … … 18 20 * 19 21 */ 20 #ifndef __VBOXOGLOP_H__ 21 #define __VBOXOGLOP_H__ 22 23 #ifndef ___VBox_HostService_VBoxOGLOp_h 24 #define ___VBox_HostService_VBoxOGLOp_h 22 25 23 26 #ifdef VBOX_OGL_GUEST_SIDE … … 1886 1889 #endif /* VBOX_OGL_WITH_EXTENSION_ARRAY */ 1887 1890 1888 #endif /* __VBOXOGLOP_H__ */1889 1891 #endif 1892 trunk/include/VBox/HostServices/VBoxOpenGLSvc.h
r3473 r3633 1 1 /** @file 2 *3 2 * OpenGL: 4 3 * Common header for host service and guest clients. … … 21 20 */ 22 21 23 #ifndef __ VBOGLSVC__H24 #define __ VBOGLSVC__H22 #ifndef ___VBox_HostService_VBoxOpenGLSvc_h 23 #define ___VBox_HostService_VBoxOpenGLSvc_h 25 24 26 25 #include <VBox/types.h> … … 195 194 196 195 197 #endif /* __VBOGLSVC__H */196 #endif trunk/include/VBox/VBoxDev.h
r3632 r3633 66 66 __END_DECLS 67 67 68 #endif /* ___VBox_VBoxDev_h */68 #endif trunk/include/VBox/VBoxGuest.h
r3632 r3633 1343 1343 #endif /* IN_RING3 */ 1344 1344 1345 #endif /* ___VBox_VBoxGuest_h */1345 #endif trunk/include/VBox/VBoxGuestLib.h
r3632 r3633 286 286 /** @} */ 287 287 288 #endif /* __VBox_VBoxGuestLib_h__ */288 #endif trunk/include/VBox/VBoxVideo.h
r3632 r3633 163 163 #pragma pack() 164 164 165 #endif /* ___VBox_VBoxVideo_h */165 #endif trunk/include/VBox/VRDPAuth.h
r3632 r3633 131 131 typedef VRDPAUTHENTRY2 *PVRDPAUTHENTRY2; 132 132 133 #endif /* ___VBox_vrdpauth_h */133 #endif trunk/include/VBox/cdefs.h
r3632 r3633 1369 1369 1370 1370 1371 #endif /* !__VBox_cdefs_h__ */1372 1371 #endif 1372 trunk/include/VBox/cfgldr.h
r3632 r3633 630 630 /** @} */ 631 631 632 #endif /* ___VBox_cfgldr_h */632 #endif trunk/include/VBox/dbg.h
r3632 r3633 585 585 __END_DECLS 586 586 587 #endif /* ___VBox_dbg_h */587 #endif trunk/include/VBox/disopcode.h
r3632 r3633 749 749 /** @} */ 750 750 751 #endif /* !__opcode_h__ */752 751 #endif 752 trunk/include/VBox/hgcmsvc.h
r3632 r3633 171 171 #define VBOX_HGCM_SVCLOAD_NAME "VBoxHGCMSvcLoad" 172 172 173 #endif /* !__VBox_hgcmsvc_h__ */173 #endif trunk/include/VBox/hwaccm.h
r3632 r3633 202 202 203 203 204 #endif /* !__VBox_hwaccm_h__ */205 204 #endif 205 trunk/include/VBox/ostypes.h
r3632 r3633 68 68 __END_DECLS 69 69 70 #endif /* !__VBox_ostypes_h__ */70 #endif 71 71 trunk/include/VBox/patm.h
r3632 r3633 667 667 668 668 669 #endif /* !__VBox_patm_h__ */669 #endif trunk/include/VBox/scsi.h
r3632 r3633 390 390 391 391 392 #endif /* __SCSI_h__ */392 #endif trunk/include/VBox/shflsvc.h
r3632 r3633 925 925 /** @} */ 926 926 927 #endif /* __SHFLSVC__H */927 #endif trunk/include/VBox/tapwin32.h
r3632 r3633 81 81 82 82 83 #endif /* !__VBox_tapwin32_h__ */83 #endif trunk/include/VBox/vrdpapi.h
r3632 r3633 1661 1661 /** @} */ 1662 1662 1663 #endif /* ___VBox_vrdpapi_h */1664 1663 #endif 1664 trunk/include/VBox/vrdpusb.h
r3632 r3633 68 68 } REMOTEUSBCALLBACK; 69 69 70 #endif /* ___VBox_vrdpusb_h */70 #endif 71 71

