Changeset 58203 in vbox for trunk/src/VBox/Additions/darwin
- Timestamp:
- Oct 12, 2015 3:56:32 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 103317
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/darwin/vboxfs/vboxvfs.h
r58196 r58203 46 46 #include <iprt/types.h> 47 47 #undef PVM 48 RT_C_DECLS_BEGIN49 #if defined(__cplusplus)50 # undef __cplusplus51 # include "../../common/VBoxGuestLib/VBoxGuestR0LibSharedFolders.h"52 # define __cplusplus53 #else54 # include "../../common/VBoxGuestLib/VBoxGuestR0LibSharedFolders.h"55 #endif56 RT_C_DECLS_END57 58 48 #include <sys/vnode.h> 49 50 #include <VBox/VBoxGuestLibSharedFolders.h> 51 59 52 60 53 /** Global refernce to host service connection */
Note:
See TracChangeset
for help on using the changeset viewer.