VirtualBox

Changeset 68839 in vbox


Ignore:
Timestamp:
Sep 22, 2017 5:12:56 PM (7 years ago)
Author:
vboxsync
Message:

IPRT: Added RTStrmIsTerminal and RTStrmQueryTerminalWidth. [OS/2 build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/stream.cpp

    r68837 r68839  
    602602            }
    603603            return RTErrConvertFromWin32(GetLastError());
    604 #else
     604
     605#elif defined(TIOCGWINSZ) || !defined(RT_OS_OS2) /* only OS/2 should currently miss this */
    605606            struct winsize Info;
    606607            RT_ZERO(Info);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette