aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alconfig.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid fixed-PATH_MAX-size buffersChris Robinson2018-01-131-33/+55
| | | | | Windows still needs to use MAX_PATH in a couple places, but that macro's guaranteed there.
* Allow GetProcPath to return the filename alsoChris Robinson2018-01-131-4/+4
|
* Move the config function declarations to their own headerChris Robinson2018-01-111-0/+653
And rename alcConfig.c to alconfig.c for consistency.