mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-30 04:30:43 +00:00
refine the test for compiling outb
This commit is contained in:
parent
3009d0e0c8
commit
b2cd7c6c36
1 changed files with 1 additions and 1 deletions
|
@ -673,7 +673,7 @@ VID_SetGamma (double gamma)
|
|||
return false; //FIXME
|
||||
}
|
||||
|
||||
#ifdef i386
|
||||
#if defined(i386) && defined(__GLIBC__) && (__GLIBC__ < 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ < 2))
|
||||
void
|
||||
outb (unsigned char val, unsigned short port)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue