aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/compat.h
Commit message (Collapse)AuthorAgeFilesLines
* Wrap fopen calls under WindowsChris Robinson2014-03-281-0/+5
| | | | | | | The idea is that all filenames we deal with are encoded as UTF-8, but the Windows functions that take a char string interpret it using the ANSI codepage. So instead, we convert the UTF-8 string to a wchar string, and then use the wchar functions for proper extended character filename support.
* Don't define HAVE_DYNLOAD with the IDE parserChris Robinson2014-03-171-1/+1
|
* Rename pthread wrappers used for Windows to althreadChris Robinson2013-12-061-11/+23
|
* Declare LoadLib functions in one placeChris Robinson2013-10-281-7/+7
|
* Separate compatibility declarationsChris Robinson2013-10-281-0/+53