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 c75b06330..a67b161c7 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -502,7 +502,7 @@ int mingw_execve(const char *cmd, char *const *argv, char *const *envp); | |||
502 | #define has_dos_drive_prefix(path) (isalpha(*(path)) && (path)[1] == ':') | 502 | #define has_dos_drive_prefix(path) (isalpha(*(path)) && (path)[1] == ':') |
503 | #define is_absolute_path(path) ((path)[0] == '/' || (path)[0] == '\\' || has_dos_drive_prefix(path)) | 503 | #define is_absolute_path(path) ((path)[0] == '/' || (path)[0] == '\\' || has_dos_drive_prefix(path)) |
504 | 504 | ||
505 | int kill_SIGTERM_by_handle(HANDLE process, int exit_code); | 505 | int kill_SIGTERM_by_handle(HANDLE process); |
506 | 506 | ||
507 | #define find_mount_point(n, s) find_mount_point(n) | 507 | #define find_mount_point(n, s) find_mount_point(n) |
508 | 508 | ||