protect whole file with #ifdef FX

This commit is contained in:
Brian Paul 2003-10-15 21:13:15 +00:00
parent 4eaf56a160
commit f62b8985d6

View file

@ -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 */