fixed WIN32_THREADS error
diff --git a/src/mesa/glapi/glthread.c b/src/mesa/glapi/glthread.c
index 66f8015..b9c8506 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 @@
* 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 @@
}
}
-#endif /* WIN32 */
+#endif /* WIN32_THREADS */