This is not hugely accurate, but might hit the target for us.
Chris Pressey
10 years ago
153 | 153 |
# include <conio.h>
|
154 | 154 |
# define CONSOLE 1
|
155 | 155 |
# define CURSORSHAPE 1
|
156 | |
#else
|
|
156 |
#endif /* __BORLANDC__ */
|
|
157 |
#ifdef __GNUC__
|
157 | 158 |
# include <unistd.h>
|
158 | |
#endif /* __BORLANDC__ */
|
|
159 |
#endif
|
159 | 160 |
#ifdef __MWERKS__
|
160 | 161 |
# include <console.h>
|
161 | 162 |
# define CONSOLE 1
|