aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2023-07-06 20:53:12 +0300
committerBrent Cook <busterb@gmail.com>2023-07-06 20:53:12 +0300
commitf75c00226cdae7a42b4ce30ee794ed6f8bc660cd (patch)
tree794d2ae4dc9101190ad9db7a7efc299ebd25832c
parentafcd4be8a72abcae003f1760eea407cf3db5e14e (diff)
downloadportable-f75c00226cdae7a42b4ce30ee794ed6f8bc660cd.tar.gz
portable-f75c00226cdae7a42b4ce30ee794ed6f8bc660cd.tar.bz2
portable-f75c00226cdae7a42b4ce30ee794ed6f8bc660cd.zip
remove unneeded extern since we're not trying to hack this into mingw-w64
-rw-r--r--crypto/compat/posix_win.c12
1 files changed, 0 insertions, 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)
157#include <crtdbg.h> 157#include <crtdbg.h>
158#include <stdlib.h> 158#include <stdlib.h>
159 159
160typedef void (*_invalid_parameter_handler)(
161 const wchar_t * expression,
162 const wchar_t * function,
163 const wchar_t * file,
164 unsigned int line,
165 uintptr_t pReserved
166);
167
168extern _invalid_parameter_handler _set_thread_local_invalid_parameter_handler(
169 _invalid_parameter_handler pNew
170);
171
172static void noop_handler(const wchar_t *expression, const wchar_t *function, 160static void noop_handler(const wchar_t *expression, const wchar_t *function,
173 const wchar_t *file, unsigned int line, uintptr_t pReserved) 161 const wchar_t *file, unsigned int line, uintptr_t pReserved)
174{ 162{