--- Daodan/src/inifile.h 2013/03/02 23:46:33 677 +++ Daodan/src/Inifile_Reader.h 2013/03/07 17:26:13 692 @@ -1,11 +1,11 @@ -#pragma once #ifndef INIFILE_H #define INIFILE_H -#include "bool.h" -//#include +#include "stdint.h" -enum {inifile_cantread = -20}; +enum { + inifile_cantread = -20 +}; typedef bool (*inifile_callback)(char* section, bool newsection, char* name, char* value);