Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework threading functions | Chris Robinson | 2013-10-27 | 1 | -144/+0 |
| | |||||
* | Set a 1MB stack size for created threads | Chris Robinson | 2012-04-16 | 1 | -2/+18 |
| | |||||
* | Fix Win32 thread handle leak | Chris Robinson | 2008-11-05 | 1 | -0/+1 |
| | |||||
* | Pass a dummy variable to CreateThread to satisfy Win9x | Chris Robinson | 2008-08-05 | 1 | -1/+2 |
| | |||||
* | Store thread return value in the struct to avoid void*-to-uint casting | Chris Robinson | 2008-06-17 | 1 | -8/+9 |
| | |||||
* | Define _WIN32_WINNT to 0x0500 when including windows.h | Chris Robinson | 2008-03-01 | 1 | -2/+0 |
| | | | | VC7 appears to require that value, or higher, set and fails otherwise | ||||
* | Add missing config.h includes | Chris Robinson | 2008-01-16 | 1 | -0/+2 |
| | |||||
* | Initial import | Chris Robinson | 2007-11-13 | 1 | -0/+125 |