avrdude: Add a Windows-aware fopen

This commit is contained in:
Vojtech Kral 2019-02-25 18:07:10 +01:00
parent a2ce4c00de
commit fba4d109c8
3 changed files with 11 additions and 5 deletions

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);