Changeset 77054 in vbox for trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR0LibSharedFolders.c
- Timestamp:
- Jan 30, 2019 5:40:43 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR0LibSharedFolders.c
r76553 r77054 66 66 67 67 68 /** @todo We only need HGCM, not physical memory, so other guests should also69 * switch to calling vbglR0HGCMInit() and vbglR0HGCMTerminate() instead70 * of VbglR0SfInit() and VbglR0SfTerm(). */71 #ifndef RT_OS_LINUX72 68 DECLVBGL(int) VbglR0SfInit(void) 73 69 { … … 79 75 VbglR0TerminateClient(); 80 76 } 81 #endif82 77 83 78 DECLVBGL(int) VbglR0SfConnect(PVBGLSFCLIENT pClient)
Note:
See TracChangeset
for help on using the changeset viewer.