Changeset 1213 in kBuild for trunk/src/kash/shfile.h
- Timestamp:
- Oct 7, 2007 7:13:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/shfile.h
r1207 r1213 114 114 char *shfile_getcwd(shfdtab *, char *, int); 115 115 int shfile_isatty(shfdtab *, int); 116 int shfile_ioctl(shfdtab *, int, unsigned long, char*);116 int shfile_ioctl(shfdtab *, int, unsigned long, void *); 117 117 int shfile_access(shfdtab *, const char *, int); 118 #ifdef _MSC_VER 119 # define TIOCGWINSZ 0x4201 120 typedef 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 128 typedef struct winsize sh_winsize; 129 #endif 118 130 119 131 #endif
Note:
See TracChangeset
for help on using the changeset viewer.