diff options
author | Ron Yorston <rmy@pobox.com> | 2019-03-06 08:33:14 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2019-03-06 08:33:14 +0000 |
commit | 24b237331a679a2e1d7f80d2b3168622784b084a (patch) | |
tree | 44aeb76b0c26b87cda2bee2026aa3b2fde4cb321 /include | |
parent | 4ed3d0d07004f3ae7e92b030973a608c5b800d8f (diff) | |
download | busybox-w32-24b237331a679a2e1d7f80d2b3168622784b084a.tar.gz busybox-w32-24b237331a679a2e1d7f80d2b3168622784b084a.tar.bz2 busybox-w32-24b237331a679a2e1d7f80d2b3168622784b084a.zip |
win32: drop argument from err_win_to_posix()
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 f99582ca5..188d4eecf 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -506,7 +506,7 @@ static inline char *auto_win32_extension(const char *p) | |||
506 | void convert_slashes(char *p) FAST_FUNC; | 506 | void convert_slashes(char *p) FAST_FUNC; |
507 | size_t remove_cr(char *p, size_t len) FAST_FUNC; | 507 | size_t remove_cr(char *p, size_t len) FAST_FUNC; |
508 | 508 | ||
509 | int err_win_to_posix(DWORD winerr); | 509 | int err_win_to_posix(void); |
510 | 510 | ||
511 | ULONGLONG CompatGetTickCount64(void); | 511 | ULONGLONG CompatGetTickCount64(void); |
512 | #define GetTickCount64 CompatGetTickCount64 | 512 | #define GetTickCount64 CompatGetTickCount64 |