Skip to content

Commit

Permalink
HACK PATH_MAX msvc x64 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed Feb 25, 2024
1 parent b24a93f commit f5bfe97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libavrdude.h
Original file line number Diff line number Diff line change
Expand Up @@ -1540,8 +1540,8 @@ void terminal_setup_update_progress(void);
extern "C" {
#endif

void win_sys_config_set(char sys_config[PATH_MAX]);
void win_usr_config_set(char usr_config[PATH_MAX]);
void win_sys_config_set(char *sys_config);
void win_usr_config_set(char *usr_config);

#ifdef __cplusplus
}
Expand Down

0 comments on commit f5bfe97

Please sign in to comment.