Changeset 63311 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Aug 11, 2016 12:02:38 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109944
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnDDataObject.cpp
r63104 r63311 17 17 #include <iprt/win/windows.h> 18 18 #include <new> /* For bad_alloc. */ 19 #include < shlobj.h>19 #include <iprt/win/shlobj.h> 20 20 21 21 #include <iprt/path.h> -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnDDropTarget.cpp
r63104 r63311 17 17 #include <iprt/win/windows.h> 18 18 #include <new> /* For bad_alloc. */ 19 #include < Shlobj.h> /* For DROPFILES and friends. */19 #include <iprt/win/shlobj.h> /* For DROPFILES and friends. */ 20 20 21 21 #include "VBoxTray.h" -
trunk/src/VBox/Additions/common/VBoxService/testcase/tstUserInfo.cpp
r62679 r63311 22 22 #ifdef RT_OS_WINDOWS 23 23 # include <iprt/win/windows.h> 24 # include < Shlobj.h>24 # include <iprt/win/shlobj.h> 25 25 #endif 26 26
Note:
See TracChangeset
for help on using the changeset viewer.