Changeset 76538 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Dec 30, 2018 6:19:55 AM (6 years ago)
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/freebsd/vboxvfs/vboxvfs.h
r69500 r76538 18 18 #ifndef ___VBOXVFS_H___ 19 19 #define ___VBOXVFS_H___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #define VBOXVFS_VFSNAME "vboxvfs" -
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> -
trunk/src/VBox/Additions/os2/.scm-settings
r69339 r76538 25 25 /VBoxGradd/*.asm: --external-copyright --no-convert-tabs 26 26 /VBoxGradd/*.inc: --external-copyright --no-convert-tabs 27 /VBoxGradd/*.h: --external-copyright 27 /VBoxGradd/*.h: --external-copyright --no-fix-header-guards 28 28 /VBoxGradd/vboxioctl.c: --no-external-copyright 29 29 /VBoxGradd/vboxioctl.h: --no-external-copyright 30 30 31 31 /VBoxGrext/*.c: --external-copyright 32 /VBoxGrext/*.h: --external-copyright 32 /VBoxGrext/*.h: --external-copyright --no-fix-header-guards 33 33 /VBoxGrext/*.def: --external-copyright 34 34 … … 36 36 /VBoxMouse/*.asm: --external-copyright --no-convert-tabs 37 37 /VBoxMouse/*.inc: --external-copyright --no-convert-tabs 38 /VBoxMouse/*.h: --external-copyright --no-convert-tabs 38 /VBoxMouse/*.h: --external-copyright --no-convert-tabs --no-fix-header-guards 39 39 /VBoxMouse/crtstuff.c: --no-external-copyright --convert-tabs 40 40 /VBoxMouse/VBoxMouse.c: --no-external-copyright --convert-tabs -
trunk/src/VBox/Additions/os2/VBoxSF/VBoxSFInternal.h
r76449 r76538 31 31 #ifndef ___VBoxSFInternal_h___ 32 32 #define ___VBoxSFInternal_h___ 33 #ifndef RT_WITHOUT_PRAGMA_ONCE 34 # pragma once 35 #endif 33 36 34 37
Note:
See TracChangeset
for help on using the changeset viewer.