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:
+1
-2
@@ -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