Changeset 76563 in vbox for trunk/src/VBox/Additions/haiku
- Timestamp:
- Jan 1, 2019 3:53:56 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127865
- Location:
- trunk/src/VBox/Additions/haiku
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/haiku/SharedFolders/OpenHashTable.h
r76553 r76563 25 25 */ 26 26 27 #ifndef _KERNEL_UTIL_OPEN_HASH_TABLE_H28 #define _KERNEL_UTIL_OPEN_HASH_TABLE_H27 #ifndef GA_INCLUDED_SRC_haiku_SharedFolders_OpenHashTable_h 28 #define GA_INCLUDED_SRC_haiku_SharedFolders_OpenHashTable_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once … … 502 502 }; 503 503 504 #endif // _KERNEL_UTIL_OPEN_HASH_TABLE_H505 504 #endif /* !GA_INCLUDED_SRC_haiku_SharedFolders_OpenHashTable_h */ 505 -
trunk/src/VBox/Additions/haiku/SharedFolders/kernel_cpp.h
r76553 r76563 25 25 */ 26 26 27 #ifndef KERNEL_CPP_H28 #define KERNEL_CPP_H27 #ifndef GA_INCLUDED_SRC_haiku_SharedFolders_kernel_cpp_h 28 #define GA_INCLUDED_SRC_haiku_SharedFolders_kernel_cpp_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once … … 110 110 #endif // __cplusplus 111 111 112 #endif /* KERNEL_CPP_H*/112 #endif /* !GA_INCLUDED_SRC_haiku_SharedFolders_kernel_cpp_h */ -
trunk/src/VBox/Additions/haiku/SharedFolders/lock.h
r76553 r76563 27 27 */ 28 28 29 #ifndef _KERNEL_LOCK_H30 #define _KERNEL_LOCK_H29 #ifndef GA_INCLUDED_SRC_haiku_SharedFolders_lock_h 30 #define GA_INCLUDED_SRC_haiku_SharedFolders_lock_h 31 31 #ifndef RT_WITHOUT_PRAGMA_ONCE 32 32 # pragma once … … 303 303 #endif 304 304 305 #endif /* _KERNEL_LOCK_H*/305 #endif /* !GA_INCLUDED_SRC_haiku_SharedFolders_lock_h */ -
trunk/src/VBox/Additions/haiku/SharedFolders/vboxsf.h
r76553 r76563 44 44 */ 45 45 46 #ifndef ___vboxsf_h47 #define ___vboxsf_h46 #ifndef GA_INCLUDED_SRC_haiku_SharedFolders_vboxsf_h 47 #define GA_INCLUDED_SRC_haiku_SharedFolders_vboxsf_h 48 48 #ifndef RT_WITHOUT_PRAGMA_ONCE 49 49 # pragma once … … 107 107 #endif 108 108 109 #endif /* ___vboxsf_h */109 #endif /* !GA_INCLUDED_SRC_haiku_SharedFolders_vboxsf_h */ 110 110 -
trunk/src/VBox/Additions/haiku/VBoxMouse/VBoxMouse.h
r76553 r76563 45 45 */ 46 46 47 #ifndef __VBOXMOUSE__H48 #define __VBOXMOUSE__H47 #ifndef GA_INCLUDED_SRC_haiku_VBoxMouse_VBoxMouse_h 48 #define GA_INCLUDED_SRC_haiku_VBoxMouse_VBoxMouse_h 49 49 #ifndef RT_WITHOUT_PRAGMA_ONCE 50 50 # pragma once … … 78 78 }; 79 79 80 #endif /* __VBOXMOUSE__H*/80 #endif /* !GA_INCLUDED_SRC_haiku_VBoxMouse_VBoxMouse_h */ 81 81 -
trunk/src/VBox/Additions/haiku/VBoxMouse/VBoxMouseFilter.h
r76553 r76563 45 45 */ 46 46 47 #ifndef __VBOXMOUSE_FILTER__H48 #define __VBOXMOUSE_FILTER__H47 #ifndef GA_INCLUDED_SRC_haiku_VBoxMouse_VBoxMouseFilter_h 48 #define GA_INCLUDED_SRC_haiku_VBoxMouse_VBoxMouseFilter_h 49 49 #ifndef RT_WITHOUT_PRAGMA_ONCE 50 50 # pragma once … … 74 74 }; 75 75 76 #endif /* __VBOXMOUSE_FILTER__H*/76 #endif /* !GA_INCLUDED_SRC_haiku_VBoxMouse_VBoxMouseFilter_h */ 77 77 -
trunk/src/VBox/Additions/haiku/VBoxTray/VBoxClipboard.h
r76553 r76563 45 45 */ 46 46 47 #ifndef __VBOXSERVICESHAREDCLIPLBOARD__H48 #define __VBOXSERVICESHAREDCLIPLBOARD__H47 #ifndef GA_INCLUDED_SRC_haiku_VBoxTray_VBoxClipboard_h 48 #define GA_INCLUDED_SRC_haiku_VBoxTray_VBoxClipboard_h 49 49 #ifndef RT_WITHOUT_PRAGMA_ONCE 50 50 # pragma once … … 75 75 }; 76 76 77 #endif /* __VBOXSERVICESHAREDCLIPLBOARD__H*/77 #endif /* !GA_INCLUDED_SRC_haiku_VBoxTray_VBoxClipboard_h */ 78 78 -
trunk/src/VBox/Additions/haiku/VBoxTray/VBoxDisplay.h
r76553 r76563 45 45 */ 46 46 47 #ifndef __VBOXDISPLAY__H48 #define __VBOXDISPLAY__H47 #ifndef GA_INCLUDED_SRC_haiku_VBoxTray_VBoxDisplay_h 48 #define GA_INCLUDED_SRC_haiku_VBoxTray_VBoxDisplay_h 49 49 #ifndef RT_WITHOUT_PRAGMA_ONCE 50 50 # pragma once … … 73 73 }; 74 74 75 #endif /* __VBOXDISPLAY__H*/75 #endif /* !GA_INCLUDED_SRC_haiku_VBoxTray_VBoxDisplay_h */ 76 76 -
trunk/src/VBox/Additions/haiku/VBoxTray/VBoxGuestApplication.h
r76553 r76563 45 45 */ 46 46 47 #ifndef ___VBOXGUESTAPPLICATION__H48 #define ___VBOXGUESTAPPLICATION__H47 #ifndef GA_INCLUDED_SRC_haiku_VBoxTray_VBoxGuestApplication_h 48 #define GA_INCLUDED_SRC_haiku_VBoxTray_VBoxGuestApplication_h 49 49 #ifndef RT_WITHOUT_PRAGMA_ONCE 50 50 # pragma once … … 76 76 }; 77 77 78 #endif /* ! ___VBOXGUESTAPPLICATION__H*/78 #endif /* !GA_INCLUDED_SRC_haiku_VBoxTray_VBoxGuestApplication_h */ 79 79 -
trunk/src/VBox/Additions/haiku/VBoxTray/VBoxGuestDeskbarView.h
r76553 r76563 45 45 */ 46 46 47 #ifndef ___VBOXGUESTTRAYVIEW__H48 #define ___VBOXGUESTTRAYVIEW__H47 #ifndef GA_INCLUDED_SRC_haiku_VBoxTray_VBoxGuestDeskbarView_h 48 #define GA_INCLUDED_SRC_haiku_VBoxTray_VBoxGuestDeskbarView_h 49 49 #ifndef RT_WITHOUT_PRAGMA_ONCE 50 50 # pragma once … … 96 96 }; 97 97 98 #endif /* ! ___VBOXGUESTTRAYVIEW__H*/98 #endif /* !GA_INCLUDED_SRC_haiku_VBoxTray_VBoxGuestDeskbarView_h */ 99 99 -
trunk/src/VBox/Additions/haiku/VBoxTray/VBoxServiceDescriptor.h
r76553 r76563 45 45 */ 46 46 47 #ifndef __VBOXSERVICESHAREDCLIPLBOARD__H48 #define __VBOXSERVICESHAREDCLIPLBOARD__H47 #ifndef GA_INCLUDED_SRC_haiku_VBoxTray_VBoxServiceDescriptor_h 48 #define GA_INCLUDED_SRC_haiku_VBoxTray_VBoxServiceDescriptor_h 49 49 #ifndef RT_WITHOUT_PRAGMA_ONCE 50 50 # pragma once … … 65 65 void VBoxClipboardDestroy(const VBOXSERVICEENV *pEnv, void *pInstance); 66 66 67 #endif /* __VBOXSERVICESHAREDCLIPLBOARD__H*/67 #endif /* !GA_INCLUDED_SRC_haiku_VBoxTray_VBoxServiceDescriptor_h */ 68 68 -
trunk/src/VBox/Additions/haiku/VBoxVideo/accelerant/accelerant.h
r76553 r76563 45 45 */ 46 46 47 #ifndef ___VBOX_ACCELERANT_H48 #define ___VBOX_ACCELERANT_H47 #ifndef GA_INCLUDED_SRC_haiku_VBoxVideo_accelerant_accelerant_h 48 #define GA_INCLUDED_SRC_haiku_VBoxVideo_accelerant_accelerant_h 49 49 #ifndef RT_WITHOUT_PRAGMA_ONCE 50 50 # pragma once … … 102 102 void vboxvideo_fill_span(engine_token *et, uint32 color, uint16 *list, uint32 count); 103 103 104 #endif /* ___VBOX_ACCELERANT_H*/104 #endif /* !GA_INCLUDED_SRC_haiku_VBoxVideo_accelerant_accelerant_h */ 105 105 -
trunk/src/VBox/Additions/haiku/VBoxVideo/common/VBoxVideo_common.h
r76553 r76563 45 45 */ 46 46 47 #ifndef ___VBOXVIDEO_COMMON_H48 #define ___VBOXVIDEO_COMMON_H47 #ifndef GA_INCLUDED_SRC_haiku_VBoxVideo_common_VBoxVideo_common_h 48 #define GA_INCLUDED_SRC_haiku_VBoxVideo_common_VBoxVideo_common_h 49 49 #ifndef RT_WITHOUT_PRAGMA_ONCE 50 50 # pragma once … … 101 101 } 102 102 103 #endif /* ___VBOXVIDEO_COMMON_H*/103 #endif /* !GA_INCLUDED_SRC_haiku_VBoxVideo_common_VBoxVideo_common_h */ 104 104 -
trunk/src/VBox/Additions/haiku/include/VBoxGuestInternal.h
r76553 r76563 45 45 */ 46 46 47 #ifndef ___VBoxGuestInternal_h_48 #define ___VBoxGuestInternal_h_47 #ifndef GA_INCLUDED_HAIKU_VBoxGuestInternal_h 48 #define GA_INCLUDED_HAIKU_VBoxGuestInternal_h 49 49 #ifndef RT_WITHOUT_PRAGMA_ONCE 50 50 # pragma once … … 61 61 #define VBOX_GUEST_APP_ACTION 'vbox' 62 62 63 #endif /* ___VBoxGuestInternal_h_*/63 #endif /* !GA_INCLUDED_HAIKU_VBoxGuestInternal_h */ 64 64 -
trunk/src/VBox/Additions/haiku/include/lock.h
r76553 r76563 30 30 * should be removed from the VBox tree. */ 31 31 32 #ifndef _KERNEL_LOCK_H33 #define _KERNEL_LOCK_H32 #ifndef GA_INCLUDED_HAIKU_lock_h 33 #define GA_INCLUDED_HAIKU_lock_h 34 34 #ifndef RT_WITHOUT_PRAGMA_ONCE 35 35 # pragma once … … 306 306 #endif 307 307 308 #endif /* _KERNEL_LOCK_H*/308 #endif /* !GA_INCLUDED_HAIKU_lock_h */
Note:
See TracChangeset
for help on using the changeset viewer.