Changeset 76538 in vbox for trunk/src/VBox/Additions/haiku
- Timestamp:
- Dec 30, 2018 6:19:55 AM (6 years ago)
- Location:
- trunk/src/VBox/Additions/haiku
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/haiku/SharedFolders/OpenHashTable.h
r69500 r76538 27 27 #ifndef _KERNEL_UTIL_OPEN_HASH_TABLE_H 28 28 #define _KERNEL_UTIL_OPEN_HASH_TABLE_H 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 -
trunk/src/VBox/Additions/haiku/SharedFolders/kernel_cpp.h
r69500 r76538 27 27 #ifndef KERNEL_CPP_H 28 28 #define KERNEL_CPP_H 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #ifdef __cplusplus -
trunk/src/VBox/Additions/haiku/SharedFolders/lock.h
r69500 r76538 29 29 #ifndef _KERNEL_LOCK_H 30 30 #define _KERNEL_LOCK_H 31 #ifndef RT_WITHOUT_PRAGMA_ONCE 32 # pragma once 33 #endif 31 34 32 35 #include <OS.h> -
trunk/src/VBox/Additions/haiku/SharedFolders/vboxsf.h
r69500 r76538 46 46 #ifndef ___vboxsf_h 47 47 #define ___vboxsf_h 48 #ifndef RT_WITHOUT_PRAGMA_ONCE 49 # pragma once 50 #endif 48 51 49 52 #include <malloc.h> -
trunk/src/VBox/Additions/haiku/VBoxMouse/VBoxMouse.h
r69500 r76538 47 47 #ifndef __VBOXMOUSE__H 48 48 #define __VBOXMOUSE__H 49 #ifndef RT_WITHOUT_PRAGMA_ONCE 50 # pragma once 51 #endif 49 52 50 53 #include <InputServerDevice.h> -
trunk/src/VBox/Additions/haiku/VBoxMouse/VBoxMouseFilter.h
r69500 r76538 47 47 #ifndef __VBOXMOUSE_FILTER__H 48 48 #define __VBOXMOUSE_FILTER__H 49 #ifndef RT_WITHOUT_PRAGMA_ONCE 50 # pragma once 51 #endif 49 52 50 53 #include <InputServerFilter.h> -
trunk/src/VBox/Additions/haiku/VBoxTray/VBoxClipboard.h
r69500 r76538 47 47 #ifndef __VBOXSERVICESHAREDCLIPLBOARD__H 48 48 #define __VBOXSERVICESHAREDCLIPLBOARD__H 49 #ifndef RT_WITHOUT_PRAGMA_ONCE 50 # pragma once 51 #endif 49 52 50 53 #include <Handler.h> -
trunk/src/VBox/Additions/haiku/VBoxTray/VBoxDisplay.h
r69500 r76538 47 47 #ifndef __VBOXDISPLAY__H 48 48 #define __VBOXDISPLAY__H 49 #ifndef RT_WITHOUT_PRAGMA_ONCE 50 # pragma once 51 #endif 49 52 50 53 #include <Handler.h> -
trunk/src/VBox/Additions/haiku/VBoxTray/VBoxGuestApplication.h
r69500 r76538 47 47 #ifndef ___VBOXGUESTAPPLICATION__H 48 48 #define ___VBOXGUESTAPPLICATION__H 49 #ifndef RT_WITHOUT_PRAGMA_ONCE 50 # pragma once 51 #endif 49 52 50 53 /** @todo r=ramshankar; why are we including all the headers here!?? Do it in -
trunk/src/VBox/Additions/haiku/VBoxTray/VBoxGuestDeskbarView.h
r69500 r76538 47 47 #ifndef ___VBOXGUESTTRAYVIEW__H 48 48 #define ___VBOXGUESTTRAYVIEW__H 49 #ifndef RT_WITHOUT_PRAGMA_ONCE 50 # pragma once 51 #endif 49 52 50 53 #include <Bitmap.h> -
trunk/src/VBox/Additions/haiku/VBoxTray/VBoxServiceDescriptor.h
r69500 r76538 44 44 * OTHER DEALINGS IN THE SOFTWARE. 45 45 */ 46 46 47 #ifndef __VBOXSERVICESHAREDCLIPLBOARD__H 47 48 #define __VBOXSERVICESHAREDCLIPLBOARD__H 49 #ifndef RT_WITHOUT_PRAGMA_ONCE 50 # pragma once 51 #endif 48 52 49 53 #include <Handler.h> -
trunk/src/VBox/Additions/haiku/VBoxVideo/accelerant/accelerant.h
r69500 r76538 47 47 #ifndef ___VBOX_ACCELERANT_H 48 48 #define ___VBOX_ACCELERANT_H 49 #ifndef RT_WITHOUT_PRAGMA_ONCE 50 # pragma once 51 #endif 49 52 50 53 #include <Accelerant.h> -
trunk/src/VBox/Additions/haiku/VBoxVideo/common/VBoxVideo_common.h
r69500 r76538 47 47 #ifndef ___VBOXVIDEO_COMMON_H 48 48 #define ___VBOXVIDEO_COMMON_H 49 #ifndef RT_WITHOUT_PRAGMA_ONCE 50 # pragma once 51 #endif 49 52 50 53 #include <Drivers.h> -
trunk/src/VBox/Additions/haiku/include/VBoxGuestInternal.h
r69500 r76538 47 47 #ifndef ___VBoxGuestInternal_h_ 48 48 #define ___VBoxGuestInternal_h_ 49 #ifndef RT_WITHOUT_PRAGMA_ONCE 50 # pragma once 51 #endif 49 52 50 53 /** The MIME signature of the VBoxGuest application. */ -
trunk/src/VBox/Additions/haiku/include/lock.h
r69500 r76538 32 32 #ifndef _KERNEL_LOCK_H 33 33 #define _KERNEL_LOCK_H 34 #ifndef RT_WITHOUT_PRAGMA_ONCE 35 # pragma once 36 #endif 34 37 35 38 #include <OS.h>
Note:
See TracChangeset
for help on using the changeset viewer.