Changeset 95942 in vbox
- Timestamp:
- Jul 29, 2022 2:19:29 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/stream.cpp
r95903 r95942 1881 1881 if (rtStrmIsConsoleUnlocked(pStream, &hCon)) 1882 1882 rc = rtStrmWriteWinConsoleLocked(pStream, pvBuf, cbToWrite, pcbWritten, hCon); 1883 #else 1884 if (0) { } 1883 1885 #endif /* RT_OS_WINDOWS && !RTSTREAM_STANDALONE */ 1884 1886
Note:
See TracChangeset
for help on using the changeset viewer.