mirror of https://github.com/acidanthera/audk.git
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:
parent
fb11c13e5c
commit
947a2d261c
|
@ -1509,7 +1509,7 @@ __END_DECLS
|
|||
|
||||
__BEGIN_DECLS
|
||||
int fseeko(FILE *, off_t, int);
|
||||
//off_t ftello(FILE *);
|
||||
off_t ftello(FILE *);
|
||||
__END_DECLS
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue