aboutsummaryrefslogtreecommitdiffstats
path: root/common/alstring.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't bother with al string typesChris Robinson2021-04-241-13/+0
|
* Workaround a MinGW quirkChris Robinson2020-06-261-0/+1
| | | | | Sometimes MinGW defines strncasecmp to _strnicmp in string.h, which can cause problems with al::strncasecmp if it's not consistently replaced.
* Add and use custom string types and functionsChris Robinson2019-09-161-0/+29