mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07:00
avrdude: Add a Windows-aware fopen
This commit is contained in:
parent
a2ce4c00de
commit
fba4d109c8
3 changed files with 11 additions and 5 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue