aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mingw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h
index b8c0b12b5..a1869227d 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -448,6 +448,7 @@ int kill_SIGTERM_by_handle(HANDLE process, int exit_code);
448#define find_mount_point(n, s) find_mount_point(n) 448#define find_mount_point(n, s) find_mount_point(n)
449 449
450char *is_prefixed_with_case(const char *string, const char *key) FAST_FUNC; 450char *is_prefixed_with_case(const char *string, const char *key) FAST_FUNC;
451char *is_suffixed_with_case(const char *string, const char *key) FAST_FUNC;
451void qsort_string_vector_case(char **sv, unsigned count) FAST_FUNC; 452void qsort_string_vector_case(char **sv, unsigned count) FAST_FUNC;
452 453
453/* 454/*