From f75c00226cdae7a42b4ce30ee794ed6f8bc660cd Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 6 Jul 2023 20:53:12 +0300 Subject: remove unneeded extern since we're not trying to hack this into mingw-w64 --- crypto/compat/posix_win.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/crypto/compat/posix_win.c b/crypto/compat/posix_win.c index cea73e9..3f8b5f9 100644 --- a/crypto/compat/posix_win.c +++ b/crypto/compat/posix_win.c @@ -157,18 +157,6 @@ wsa_errno(int err) #include #include -typedef void (*_invalid_parameter_handler)( - const wchar_t * expression, - const wchar_t * function, - const wchar_t * file, - unsigned int line, - uintptr_t pReserved -); - -extern _invalid_parameter_handler _set_thread_local_invalid_parameter_handler( - _invalid_parameter_handler pNew -); - static void noop_handler(const wchar_t *expression, const wchar_t *function, const wchar_t *file, unsigned int line, uintptr_t pReserved) { -- cgit v1.2.3-55-g6feb