summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/windows/gdi/InitCritSections.cpp
AgeCommit message (Collapse)Author
2010-12-02WIN32_THREADS -> WIN32José Fonseca
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.
2006-06-16Thread safety for Win32. SourceForge bug #1507315.Brian Paul