--- Daodan/src/inifile_reader.c 2009/10/17 11:49:49 466 +++ Daodan/src/Inifile_Reader.c 2013/03/07 17:26:13 692 @@ -1,10 +1,10 @@ #include #include -#include +#include "stdint.h" #include #include -#include "inifile.h" +#include "Inifile_Reader.h" char* inifile_cleanstr(char* str) { @@ -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.