Re-enable the declaration for ftello.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12155 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1509,7 +1509,7 @@ __END_DECLS
|
|||||||
|
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
int fseeko(FILE *, off_t, int);
|
int fseeko(FILE *, off_t, int);
|
||||||
//off_t ftello(FILE *);
|
off_t ftello(FILE *);
|
||||||
__END_DECLS
|
__END_DECLS
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user