diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mingw.h b/include/mingw.h index bcf61dbac..7caedd063 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -433,4 +433,4 @@ char **env_setenv(char **env, const char *name); | |||
433 | const char *get_busybox_exec_path(void); | 433 | const char *get_busybox_exec_path(void); |
434 | void init_winsock(void); | 434 | void init_winsock(void); |
435 | 435 | ||
436 | char *win32_execable_file(const char *p); | 436 | char *file_is_win32_executable(const char *p); |