diff options
Diffstat (limited to 'include/mingw.h')
-rw-r--r-- | include/mingw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index bc0772574..2dba6c402 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -438,6 +438,8 @@ const char * next_path_sep(const char *path); | |||
438 | #define has_dos_drive_prefix(path) (isalpha(*(path)) && (path)[1] == ':') | 438 | #define has_dos_drive_prefix(path) (isalpha(*(path)) && (path)[1] == ':') |
439 | #define is_absolute_path(path) ((path)[0] == '/' || (path)[0] == '\\' || has_dos_drive_prefix(path)) | 439 | #define is_absolute_path(path) ((path)[0] == '/' || (path)[0] == '\\' || has_dos_drive_prefix(path)) |
440 | 440 | ||
441 | int kill_SIGTERM_by_handle(HANDLE process, int exit_code); | ||
442 | |||
441 | #define find_mount_point(n, s) find_mount_point(n) | 443 | #define find_mount_point(n, s) find_mount_point(n) |
442 | 444 | ||
443 | /* | 445 | /* |