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) {