mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
various changes
svn path=/trunk/; revision=214
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#undef fileno
|
||||
int fileno(FILE *f)
|
||||
{
|
||||
return f->_file;
|
||||
}
|
||||
|
||||
|
||||
int _fileno(FILE *f)
|
||||
{
|
||||
return f->_file;
|
||||
}
|
||||
Reference in New Issue
Block a user