diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index 8a9610898..5e01b874e 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -584,3 +584,4 @@ int unix_path(const char *path); | |||
584 | int has_path(const char *file); | 584 | int has_path(const char *file); |
585 | int is_relative_path(const char *path); | 585 | int is_relative_path(const char *path); |
586 | char *get_last_slash(const char *path); | 586 | char *get_last_slash(const char *path); |
587 | const char *applet_to_exe(const char *name); | ||