mirror of
https://github.com/facebook/zstd.git
synced 2025-07-29 11:21:22 +03:00
fixed file identity detection in 32-bit mode
also : some library decided to use `index` as a global variable declared in standard header shadowing the ones used in fastcover.c :(
This commit is contained in:
@ -16,11 +16,10 @@ extern "C" {
|
||||
/*-****************************************
|
||||
* Dependencies
|
||||
******************************************/
|
||||
#include <string.h> /* strncmp */
|
||||
#include "util.h" /* note : ensure that platform.h is included first ! */
|
||||
#include <errno.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "util.h"
|
||||
|
||||
int UTIL_fileExist(const char* filename)
|
||||
{
|
||||
|
Reference in New Issue
Block a user