aboutsummaryrefslogtreecommitdiffstats
path: root/include/AL/alc.h
Commit message (Collapse)AuthorAgeFilesLines
* Improve static builds with MinGWChris Robinson2010-11-281-1/+3
|
* Make sure ALbyte and ALCbyte are signedChris Robinson2010-03-281-1/+1
|
* No need to continue supporting _OPENAL32LIBChris Robinson2010-03-281-2/+1
|
* Use protected visibility for exported API functionsChris Robinson2010-03-221-1/+1
| | | | | | | Protected visibility is like default visibility, in that functions will be "exported" from the library. However, it also guarantees that references to the functions from within the library will be to the library's version, even if the symbols are overriden by the application.
* Move ALC_ENUMERATE_ALL_EXT tokens to alext.hChris Robinson2008-07-221-5/+0
|
* Initial importChris Robinson2007-11-131-0/+281