Changeset 68630 in vbox for trunk/src/VBox/Additions/WINNT/SharedFolders/np
- Timestamp:
- Sep 5, 2017 11:33:54 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/SharedFolders/np/vboxmrxnp.cpp
r63085 r68630 16 16 */ 17 17 18 /********************************************************************************************************************************* 19 * Header Files * 20 *********************************************************************************************************************************/ 18 21 #include <iprt/win/windows.h> 19 22 #include <winsvc.h> … … 23 26 #include <stdio.h> 24 27 25 #include ".. \driver\vbsfshared.h"28 #include "../driver/vbsfshared.h" 26 29 27 30 #include <iprt/alloc.h> … … 30 33 #include <iprt/log.h> 31 34 #include <VBox/version.h> 32 #include <VBox/VMMDev.h>33 35 #include <VBox/VBoxGuestLib.h> 34 36 #include <VBox/Log.h>
Note:
See TracChangeset
for help on using the changeset viewer.