Changeset 76563 in vbox for trunk/src/VBox/Additions/darwin/VBoxSF
- Timestamp:
- Jan 1, 2019 3:53:56 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127865
- Location:
- trunk/src/VBox/Additions/darwin/VBoxSF
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/darwin/VBoxSF/VBoxSFInternal.h
r76553 r76563 16 16 */ 17 17 18 #ifndef ___VBoxSFInternal_h___19 #define ___VBoxSFInternal_h___18 #ifndef GA_INCLUDED_SRC_darwin_VBoxSF_VBoxSFInternal_h 19 #define GA_INCLUDED_SRC_darwin_VBoxSF_VBoxSFInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 104 104 105 105 106 #endif 106 #endif /* !GA_INCLUDED_SRC_darwin_VBoxSF_VBoxSFInternal_h */ 107 107 -
trunk/src/VBox/Additions/darwin/VBoxSF/VBoxSFMount.h
r76553 r76563 16 16 */ 17 17 18 #ifndef ___VBoxSFMount_h___19 #define ___VBoxSFMount_h___18 #ifndef GA_INCLUDED_SRC_darwin_VBoxSF_VBoxSFMount_h 19 #define GA_INCLUDED_SRC_darwin_VBoxSF_VBoxSFMount_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 41 41 #define VBOXSFDRWNMOUNTINFO_MAGIC UINT32_C(0xc001cafe) 42 42 43 #endif 43 #endif /* !GA_INCLUDED_SRC_darwin_VBoxSF_VBoxSFMount_h */ 44 44
Note:
See TracChangeset
for help on using the changeset viewer.