Changeset 58307 in vbox for trunk/src/VBox
- Timestamp:
- Oct 18, 2015 11:47:59 PM (9 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT
- Files:
-
- 1 deleted
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDisplay.cpp
r57741 r58307 34 34 35 35 #include <VBoxDisplay.h> 36 #include <VBoxGuestInternal.h>37 36 #include <VBoxHook.h> 38 37 -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp
r58212 r58307 37 37 #include <iprt/cpp/mtlist.h> 38 38 39 #include <VBoxGuestInternal.h>40 39 #ifdef LOG_GROUP 41 40 # undef LOG_GROUP -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxHelpers.cpp
r55401 r58307 22 22 #include <VBox/Log.h> 23 23 #include <VBox/VBoxGuestLib.h> 24 25 #include <VBoxGuestInternal.h>26 24 27 25 #include "VBoxHelpers.h" -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxIPC.cpp
r58306 r58307 32 32 #include <iprt/mem.h> 33 33 #include <iprt/process.h> 34 35 #include <VBoxGuestInternal.h>36 34 37 35 #include <VBox/VMMDev.h> -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxSeamless.cpp
r57741 r58307 23 23 24 24 #include <VBoxDisplay.h> 25 #include <VBoxGuestInternal.h>26 25 #include <VBoxHook.h> 27 26 -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp
r57741 r58307 40 40 #include "resource.h" 41 41 #include <malloc.h> 42 #include <VBoxGuestInternal.h>43 42 44 43 #include <sddl.h> -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxVRDP.cpp
r57741 r58307 30 30 #include <VBox/log.h> 31 31 32 #include <VBoxGuestInternal.h>33 32 #include <iprt/assert.h> 34 33 #include <iprt/ldr.h>
Note:
See TracChangeset
for help on using the changeset viewer.