mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 12:08:55 +00:00
remove local EOF define
svn path=/trunk/; revision=13789
This commit is contained in:
parent
d81708951e
commit
2093306969
1 changed files with 2 additions and 1 deletions
|
@ -10,10 +10,11 @@
|
||||||
* 28/12/98: Created
|
* 28/12/98: Created
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
#include <conio.h>
|
#include <conio.h>
|
||||||
#include <internal/console.h>
|
#include <internal/console.h>
|
||||||
|
|
||||||
#define EOF -1
|
|
||||||
|
|
||||||
int char_avail = 0;
|
int char_avail = 0;
|
||||||
int ungot_char = 0;
|
int ungot_char = 0;
|
||||||
|
|
Loading…
Reference in a new issue