Changeset 76536 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Dec 30, 2018 6:17:37 AM (6 years ago)
- Location:
- trunk/src/VBox/Additions/darwin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/darwin/VBoxClient/VBoxClientInternal.h
r69500 r76536 18 18 #ifndef ___VBoxClientInternal_h 19 19 #define ___VBoxClientInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/VBoxGuestLib.h> -
trunk/src/VBox/Additions/darwin/VBoxSF/VBoxSFInternal.h
r75678 r76536 18 18 #ifndef ___VBoxSFInternal_h___ 19 19 #define ___VBoxSFInternal_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 -
trunk/src/VBox/Additions/darwin/VBoxSF/VBoxSFMount.h
r75678 r76536 18 18 #ifndef ___VBoxSFMount_h___ 19 19 #define ___VBoxSFMount_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/types.h>
Note:
See TracChangeset
for help on using the changeset viewer.