mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Don't rely on stdio.h to define EOF, as native stdio.h can conflict with ROS headers
svn path=/trunk/; revision=25419
This commit is contained in:
parent
d9466bc852
commit
f1f9bb147e
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
|||
#include <ndk/rtlfuncs.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#define EOF (-1)
|
||||
|
||||
/* helper function for *scanf. Returns the value of character c in the
|
||||
* given base, or -1 if the given character is not a digit of the base.
|
||||
|
|
Loading…
Reference in a new issue