aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/winmm.c
Commit message (Collapse)AuthorAgeFilesLines
* Define _WIN32_WINNT to 0x0500 when including windows.hChris Robinson2008-03-011-0/+1
| | | | VC7 appears to require that value, or higher, set and fails otherwise
* Remove FrameSize struct memberChris Robinson2008-02-141-5/+11
|
* Fix race condition when starting winmm message poll threadChris Robinson2008-02-031-9/+22
|
* Remove unnecessary Channels fieldChris Robinson2008-01-251-2/+2
|
* Add missing config.h includesChris Robinson2008-01-161-0/+2
|
* Store a persistant name string with the device structChris Robinson2007-12-141-2/+1
|
* Initial importChris Robinson2007-11-131-0/+421