https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65867

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dj at gcc dot gnu.org

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Kai or DJ, is the patch ok for trunk/gcc 5?
Is that header always available if
#if defined (_WIN32) && !defined (__CYGWIN__)
or should it be guarded say by
#ifdef HAVE_WINCRYPT_H
and wincrypt.h added to AC_CHECK_HEADERS in configure?
The ChangeLog entry is wrong, libssp/ prefix shouldn't be there and on the
other side this PR should be mentioned there, but that is something that can be
trivially changed by the committer.
I can commit it if anybody from the GCC maintainers that know something about
Windows acks it.

Reply via email to