--- Daodan/src/inifile_reader.c 2009/10/17 11:49:49 466 +++ Daodan/src/inifile_reader.c 2013/03/02 23:46:33 677 @@ -1,6 +1,6 @@ #include #include -#include +#include "bool.h" #include #include @@ -112,7 +112,7 @@ bool inifile_read(const char* filename, if (inisection[0]) free(inisection); - inisection = strdup(readptr + 1); // Skip the first [ + inisection = _strdup(readptr + 1); // Skip the first [ newsection = true; } else // It's a value.