From 9dc11a3e38a0ac0e650675157a0ccb90dcdce976 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 30 Oct 2002 19:44:41 +0000 Subject: test both XFree86LOADER and IN_MODULE to see if we're being built as the glx module --- src/mesa/main/glheader.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mesa/main/glheader.h') diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h index d6db40353f..b27f8d2f78 100644 --- a/src/mesa/main/glheader.h +++ b/src/mesa/main/glheader.h @@ -1,8 +1,8 @@ -/* $Id: glheader.h,v 1.28 2002/06/15 02:38:15 brianp Exp $ */ +/* $Id: glheader.h,v 1.29 2002/10/30 19:44:41 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 4.1 + * Version: 5.0 * * Copyright (C) 1999-2002 Brian Paul All Rights Reserved. * @@ -46,7 +46,7 @@ -#ifdef XFree86LOADER +#if defined(XFree86LOADER) && defined(IN_MODULE) #include "xf86_ansic.h" #else #include -- cgit v1.2.3