VirtualBox

Changeset 1213 in kBuild for trunk/src/kash/shfile.h


Ignore:
Timestamp:
Oct 7, 2007 7:13:10 PM (17 years ago)
Author:
bird
Message:

kill.c ++

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/shfile.h

    r1207 r1213  
    114114char *shfile_getcwd(shfdtab *, char *, int);
    115115int shfile_isatty(shfdtab *, int);
    116 int shfile_ioctl(shfdtab *, int, unsigned long, char *);
     116int shfile_ioctl(shfdtab *, int, unsigned long, void *);
    117117int shfile_access(shfdtab *, const char *, int);
     118#ifdef _MSC_VER
     119# define TIOCGWINSZ         0x4201
     120typedef struct sh_winsize
     121{
     122    unsigned ws_row;        /**< Rows, in characters. */
     123    unsigned ws_col;        /**< Columns, in characters. */
     124    unsigned ws_xpixel;     /**< Horizontal size, pixels. */
     125    unsigned ws_ypixel;     /**< Vertical size, pixels. */
     126} sh_winsize;
     127#else
     128typedef struct winsize sh_winsize;
     129#endif
    118130
    119131#endif
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