mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-11-10 15:22:16 +00:00
those two functions need autoconf
This commit is contained in:
parent
e72220faf0
commit
c0851f716e
1 changed files with 2 additions and 1 deletions
|
@ -408,7 +408,7 @@ Qgetline (QFile *file)
|
|||
}
|
||||
return buf;
|
||||
}
|
||||
|
||||
#if 0
|
||||
int
|
||||
Qgetpos (QFile *file, fpos_t * pos)
|
||||
{
|
||||
|
@ -430,3 +430,4 @@ Qsetpos (QFile *file, fpos_t * pos)
|
|||
return Qseek (file, *pos, 0);
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue