mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2025-01-31 13:01:02 +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;
|
return buf;
|
||||||
}
|
}
|
||||||
|
#if 0
|
||||||
int
|
int
|
||||||
Qgetpos (QFile *file, fpos_t * pos)
|
Qgetpos (QFile *file, fpos_t * pos)
|
||||||
{
|
{
|
||||||
|
@ -430,3 +430,4 @@ Qsetpos (QFile *file, fpos_t * pos)
|
||||||
return Qseek (file, *pos, 0);
|
return Qseek (file, *pos, 0);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue