WIN32_THREADS -> WIN32
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 2 Dec 2010 17:27:05 +0000 (17:27 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 2 Dec 2010 17:35:03 +0000 (17:35 +0000)
commite3659329e0b91ea78afe32e231f2f75d3d728af9
treeaeee753d498c148238dbfc9531255078eebbaf60
parentaf4f75c8fe1c53b8def966f480e7fda8021f1b63
WIN32_THREADS -> WIN32

Fixes nasty bug where some parts of the code didn't define WIN32_THREADS
and were using the integer mutex implementation, causing even confusion
to the debuggers.

And there is little interest of other thread implemenation on Win32
besides Win32 threads.
12 files changed:
src/gallium/state_trackers/wgl/SConscript
src/gallium/state_trackers/wgl/stw_device.c
src/mapi/glapi/SConscript
src/mapi/glapi/gen/gl_x86-64_asm.py
src/mapi/glapi/gen/gl_x86_asm.py
src/mapi/glapi/glapi_x86-64.S
src/mapi/glapi/glapi_x86.S
src/mapi/mapi/u_current.c
src/mapi/mapi/u_thread.c
src/mapi/mapi/u_thread.h
src/mesa/SConscript
src/mesa/drivers/windows/gdi/InitCritSections.cpp