Changeset 76537 in vbox
- Timestamp:
- Dec 30, 2018 6:17:53 AM (6 years ago)
- Location:
- trunk/src/VBox/Additions/solaris
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Mouse/testcase/solaris.h
r69500 r76537 27 27 #ifndef ___VBoxGuestTestCaseSolaris_h 28 28 #define ___VBoxGuestTestCaseSolaris_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/assert.h> -
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs.h
r69500 r76537 27 27 #ifndef ___VBoxVFS_Solaris_h 28 28 #define ___VBoxVFS_Solaris_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #ifdef __cplusplus -
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.h
r69500 r76537 26 26 */ 27 27 28 #ifndef ___VBoxFS_prov_Solaris_h 29 #define ___VBoxFS_prov_Solaris_h 28 #ifndef ___VBoxFS_prov_Solaris_h 29 #define ___VBoxFS_prov_Solaris_h 30 #ifndef RT_WITHOUT_PRAGMA_ONCE 31 # pragma once 32 #endif 30 33 31 34 #include <VBox/VBoxGuestLibSharedFolders.h> -
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vfs.h
r69500 r76537 25 25 */ 26 26 27 #ifndef ___VBoxFS_vfs_Solaris_h 28 #define ___VBoxFS_vfs_Solaris_h 27 #ifndef ___VBoxFS_vfs_Solaris_h 28 #define ___VBoxFS_vfs_Solaris_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #ifdef __cplusplus -
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vnode.h
r69500 r76537 26 26 27 27 #ifndef ___VBoxFS_node_Solaris_h 28 #define ___VBoxFS_node_Solaris_h 28 #define ___VBoxFS_node_Solaris_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <sys/t_lock.h> -
trunk/src/VBox/Additions/solaris/Virtio/Virtio-solaris.h
r69500 r76537 27 27 #ifndef ___Virtio_solaris_h 28 28 #define ___Virtio_solaris_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <sys/sunddi.h> -
trunk/src/VBox/Additions/solaris/Virtio/VirtioPci-solaris.h
r69500 r76537 27 27 #ifndef ___VirtioPCI_solaris_h 28 28 #define ___VirtioPCI_solaris_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include "Virtio-solaris.h"
Note:
See TracChangeset
for help on using the changeset viewer.