Changeset 62679 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Jul 29, 2016 12:52:10 PM (8 years ago)
- Location:
- trunk/src/VBox/Devices/Storage
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvHostBase.cpp
r62506 r62679 51 51 #elif defined(RT_OS_WINDOWS) 52 52 # define WIN32_NO_STATUS 53 # include < Windows.h>53 # include <iprt/win/windows.h> 54 54 # include <dbt.h> 55 55 # undef WIN32_NO_STATUS -
trunk/src/VBox/Devices/Storage/DrvHostDVD.cpp
r62506 r62679 77 77 # define _interlockedbittestandset64 they_messed_it_up_in_winnt_h_this_time_sigh__interlockedbittestandset64 78 78 # define _interlockedbittestandreset64 they_messed_it_up_in_winnt_h_this_time_sigh__interlockedbittestandreset64 79 # include < Windows.h>79 # include <iprt/win/windows.h> 80 80 # include <winioctl.h> 81 81 # include <ntddscsi.h> -
trunk/src/VBox/Devices/Storage/DrvHostFloppy.cpp
r62506 r62679 30 30 31 31 # elif defined(RT_OS_WINDOWS) 32 # include < windows.h>32 # include <iprt/win/windows.h> 33 33 # include <dbt.h> 34 34 -
trunk/src/VBox/Devices/Storage/HBDMgmt-win.cpp
r62506 r62679 26 26 27 27 #include <iprt/nt/nt-and-windows.h> 28 #include < Windows.h>28 #include <iprt/win/windows.h> 29 29 30 30 #include "HBDMgmt.h"
Note:
See TracChangeset
for help on using the changeset viewer.