* ZLIB updated

* Minor fixes
This commit is contained in:
Ladislav Zezula
2020-05-10 06:43:37 +02:00
parent 147b4aa7e5
commit 6065d16ba9
33 changed files with 2387 additions and 1759 deletions

View File

@@ -292,7 +292,7 @@ static char * ReadListFileLine(TListFileCache * pCache, size_t * PtrLength)
return (char *)pbLineBegin;
}
static int CompareFileNodes(const void * p1, const void * p2)
static int __cdecl CompareFileNodes(const void * p1, const void * p2)
{
char * szFileName1 = *(char **)p1;
char * szFileName2 = *(char **)p2;