avrdude: Add a Windows-aware fopen

This commit is contained in:
Vojtech Kral
2019-03-01 13:15:20 +01:00
parent a2ce4c00de
commit fba4d109c8
3 changed files with 11 additions and 5 deletions
+2
View File
@@ -820,6 +820,8 @@ extern "C" {
char * fmtstr(FILEFMT format);
FILE *fopen_utf8(const char *filename, const char *mode);
int fileio(int op, char * filename, FILEFMT format,
struct avrpart * p, char * memtype, int size, unsigned section);