diff options
Diffstat (limited to 'include')
-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 bf8cd0c4c..7224ba50a 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -461,3 +461,5 @@ const char *get_busybox_exec_path(void); | |||
461 | void init_winsock(void); | 461 | void init_winsock(void); |
462 | 462 | ||
463 | char *file_is_win32_executable(const char *p); | 463 | char *file_is_win32_executable(const char *p); |
464 | |||
465 | int err_win_to_posix(DWORD winerr); | ||