Changeset 62679 in vbox for trunk/src/VBox/Devices/Serial
- Timestamp:
- Jul 29, 2016 12:52:10 PM (8 years ago)
- Location:
- trunk/src/VBox/Devices/Serial
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp
r62507 r62679 67 67 68 68 #elif defined(RT_OS_WINDOWS) 69 # include < Windows.h>69 # include <iprt/win/windows.h> 70 70 #endif 71 71 -
trunk/src/VBox/Devices/Serial/DrvNamedPipe.cpp
r62507 r62679 33 33 34 34 #ifdef RT_OS_WINDOWS 35 # include < windows.h>35 # include <iprt/win/windows.h> 36 36 #else /* !RT_OS_WINDOWS */ 37 37 # include <errno.h>
Note:
See TracChangeset
for help on using the changeset viewer.