aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mingw.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mingw.h b/include/mingw.h
index 8dd905c23..3cf0526f2 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -545,7 +545,6 @@ int kill_SIGTERM_by_handle(HANDLE process);
545 545
546char *is_prefixed_with_case(const char *string, const char *key) FAST_FUNC; 546char *is_prefixed_with_case(const char *string, const char *key) FAST_FUNC;
547char *is_suffixed_with_case(const char *string, const char *key) FAST_FUNC; 547char *is_suffixed_with_case(const char *string, const char *key) FAST_FUNC;
548void qsort_string_vector_case(char **sv, unsigned count) FAST_FUNC;
549 548
550#define VT_OUTPUT 1 549#define VT_OUTPUT 1
551#define VT_INPUT 2 550#define VT_INPUT 2