Changeset 48028 in vbox for trunk/src/VBox
- Timestamp:
- Aug 23, 2013 1:00:41 PM (11 years ago)
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Parallel/DrvHostParallel.cpp
r45061 r48028 1023 1023 1024 1024 #else /* VBOX_WITH_WIN_PARPORT_SUP */ 1025 HANDLE hPort;1026 1025 pThis->fParportAvail = false; 1027 1026 pThis->u32LptAddr = 0; -
trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp
r45061 r48028 1076 1076 } 1077 1077 1078 int rc;1079 1078 #if defined(RT_OS_LINUX) || defined(RT_OS_DARWIN) || defined(RT_OS_SOLARIS) || defined(RT_OS_FREEBSD) 1080 1079 1081 rc = RTPipeClose(pThis->hWakeupPipeW); AssertRC(rc);1080 int rc = RTPipeClose(pThis->hWakeupPipeW); AssertRC(rc); 1082 1081 pThis->hWakeupPipeW = NIL_RTPIPE; 1083 1082 rc = RTPipeClose(pThis->hWakeupPipeR); AssertRC(rc);
Note:
See TracChangeset
for help on using the changeset viewer.