mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 16:38:09 +02:00
protect whole file with #ifdef FX
This commit is contained in:
parent
4eaf56a160
commit
f62b8985d6
1 changed files with 4 additions and 0 deletions
|
|
@ -30,6 +30,8 @@
|
|||
* Web : http://www.geocities.com/dborca
|
||||
*/
|
||||
|
||||
#ifdef FX
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
|
@ -2133,3 +2135,5 @@ void tdfx_hook_glide (struct tdfx_glide *Glide)
|
|||
|
||||
#undef GET_EXT_ADDR
|
||||
}
|
||||
|
||||
#endif /* FX */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue