aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2019-03-06 08:33:14 +0000
committerRon Yorston <rmy@pobox.com>2019-03-06 08:33:14 +0000
commit24b237331a679a2e1d7f80d2b3168622784b084a (patch)
tree44aeb76b0c26b87cda2bee2026aa3b2fde4cb321 /include
parent4ed3d0d07004f3ae7e92b030973a608c5b800d8f (diff)
downloadbusybox-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.h2
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)
506void convert_slashes(char *p) FAST_FUNC; 506void convert_slashes(char *p) FAST_FUNC;
507size_t remove_cr(char *p, size_t len) FAST_FUNC; 507size_t remove_cr(char *p, size_t len) FAST_FUNC;
508 508
509int err_win_to_posix(DWORD winerr); 509int err_win_to_posix(void);
510 510
511ULONGLONG CompatGetTickCount64(void); 511ULONGLONG CompatGetTickCount64(void);
512#define GetTickCount64 CompatGetTickCount64 512#define GetTickCount64 CompatGetTickCount64