diff options
Diffstat (limited to 'src/mesa/glapi/glthread.c')
-rw-r--r-- | src/mesa/glapi/glthread.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/glapi/glthread.c b/src/mesa/glapi/glthread.c index 66f801535e8..b9c8506516f 100644 --- a/src/mesa/glapi/glthread.c +++ b/src/mesa/glapi/glthread.c @@ -1,4 +1,4 @@ -/* $Id: glthread.c,v 1.5 2000/02/10 21:54:06 brianp Exp $ */ +/* $Id: glthread.c,v 1.6 2000/02/11 21:38:33 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -189,7 +189,7 @@ _glthread_SetTSD(_glthread_TSD *tsd, void *ptr) * Be sure that you compile using the Multithreaded runtime, otherwise * bad things will happen. */ -#ifdef WIN32 +#ifdef WIN32_THREADS unsigned long _glthread_GetID(void) @@ -239,7 +239,7 @@ _glthread_SetTSD(_glthread_TSD *tsd, void *ptr) } } -#endif /* WIN32 */ +#endif /* WIN32_THREADS */ |