diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/mingw.h b/include/mingw.h index 386540b37..a54a6ac85 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -442,8 +442,6 @@ const char * next_path_sep(const char *path); | |||
442 | * helpers | 442 | * helpers |
443 | */ | 443 | */ |
444 | 444 | ||
445 | char **env_setenv(char **env, const char *name); | ||
446 | |||
447 | const char *get_busybox_exec_path(void); | 445 | const char *get_busybox_exec_path(void); |
448 | void init_winsock(void); | 446 | void init_winsock(void); |
449 | 447 | ||
@@ -451,6 +449,7 @@ int has_bat_suffix(const char *p); | |||
451 | int has_exe_suffix(const char *p); | 449 | int has_exe_suffix(const char *p); |
452 | int has_exe_suffix_or_dot(const char *name); | 450 | int has_exe_suffix_or_dot(const char *name); |
453 | char *add_win32_extension(const char *p); | 451 | char *add_win32_extension(const char *p); |
452 | void FAST_FUNC convert_slashes(char *p); | ||
454 | 453 | ||
455 | int err_win_to_posix(DWORD winerr); | 454 | int err_win_to_posix(DWORD winerr); |
456 | 455 | ||