summaryrefslogtreecommitdiffstats
path: root/libass/ass_compat.h
Commit message (Collapse)AuthorAgeFilesLines
* Add strdup fallbackOneric2021-03-281-0/+11
| | | | | | | | And move fallback declarations to ass_compat.h As ass_compat.h is already included in every source file we no longer need to include _both_ string.h and ass_utils.h to use str(n)dup. Definitions are still in ass_utils.c since a separate source file just for two functions seemed overkill.
* Fully fix compilation with MSVC/ICLOleg Oshmyan2015-09-171-0/+29
As before, this does not add any build system support: a config.h file and a project must still be manually created (or the compiler can be run manually instead of using a project). Signed-off-by: Grigori Goronzy <greg@kinoho.net> Signed-off-by: Oleg Oshmyan <chortos@inbox.lv>