diff options
author | Brent Cook <busterb@gmail.com> | 2023-07-06 20:53:12 +0300 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-07-06 20:53:12 +0300 |
commit | f75c00226cdae7a42b4ce30ee794ed6f8bc660cd (patch) | |
tree | 794d2ae4dc9101190ad9db7a7efc299ebd25832c | |
parent | afcd4be8a72abcae003f1760eea407cf3db5e14e (diff) | |
download | portable-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.c | 12 |
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 | ||
160 | typedef 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 | |||
168 | extern _invalid_parameter_handler _set_thread_local_invalid_parameter_handler( | ||
169 | _invalid_parameter_handler pNew | ||
170 | ); | ||
171 | |||
172 | static void noop_handler(const wchar_t *expression, const wchar_t *function, | 160 | static 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 | { |