FFmpegSource2: more portability

Originally committed to SVN as r2362.
This commit is contained in:
Fredrik Mellbin 2008-09-15 18:50:07 +00:00
parent 5c32afddc8
commit 6aea170a2e
1 changed files with 1 additions and 1 deletions

View File

@ -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;