| # | Line 2 | Line 2 | |
|---|---|---|
| 2 | #ifndef INIFILE_H | |
| 3 | #define INIFILE_H | |
| 4 | ||
| 5 | < | #include <stdbool.h> |
| 6 | < | #include <stdint.h> |
| 5 | > | #include "bool.h" |
| 6 | > | //#include <stdint.h> |
| 7 | ||
| 8 | enum {inifile_cantread = -20}; | |
| 9 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |