diff options
author | Brian Paul <[email protected]> | 2002-10-30 19:44:41 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-10-30 19:44:41 +0000 |
commit | 9dc11a3e38a0ac0e650675157a0ccb90dcdce976 (patch) | |
tree | c9471535a2965f16a473790063c3b463e0a915a3 /src/mesa/main/glheader.h | |
parent | c5934054f3f3e2174a9897e901409da17c1a296e (diff) |
test both XFree86LOADER and IN_MODULE to see if we're being built as the glx module
Diffstat (limited to 'src/mesa/main/glheader.h')
-rw-r--r-- | src/mesa/main/glheader.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h index d6db40353f6..b27f8d2f78e 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 <assert.h> |