glapi: Static mutex does not work on WIN32_THREADS.
authorChia-I Wu <olvaffe@gmail.com>
Tue, 14 Jul 2009 05:17:25 +0000 (13:17 +0800)
committerBrian Paul <brianp@vmware.com>
Mon, 24 Aug 2009 17:46:15 +0000 (11:46 -0600)
commit3076d1617db67d49ff773096123c1fa47af58272
tree3f70139561702fef36b04c7d9f9c6b9a0eb74527
parentfc2feea685d86c520fb01199caa5a46eae20c7aa
glapi: Static mutex does not work on WIN32_THREADS.

This re-introduces the race in _glapi_check_multithread, but avoids a
crash on windows.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
src/mesa/glapi/glapi.c