mirror of https://github.com/odrling/Aegisub
FFmpegSource2: more portability
Originally committed to SVN as r2362.
This commit is contained in:
parent
5c32afddc8
commit
6aea170a2e
|
@ -96,7 +96,7 @@ static char *mystrdup(struct InputStream *is,const char *src) {
|
|||
return dst;
|
||||
}
|
||||
|
||||
#ifdef _WIN32
|
||||
#ifndef HAVE_STRLCPY
|
||||
static void strlcpy(char *dst,const char *src,unsigned size) {
|
||||
unsigned i;
|
||||
|
||||
|
|
Loading…
Reference in New Issue