--- libvideogfx-git-da91100e2.old/libvideogfx/graphics/fileio/unified_reader.cc +++ libvideogfx-git-da91100e2/libvideogfx/graphics/fileio/unified_reader.cc @@ -45,8 +45,10 @@ #include #include -#ifndef strncasecmp -inline int strncasecmp(const char* a, const char* b, int len) +#define getline my_getline +#define strncasecmp my_strncasecmp + +int strncasecmp (const char* a, const char* b, int len) { for (int i=0;i