From: Nikos Mavrogiannopoulos Date: Fri, 2 Nov 2012 19:17:01 +0000 (+0100) Subject: undefine macro from win32 headers which clashes autogened macros. X-Git-Tag: gnutls_3_1_4~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7b89cd1fc7dd40c72b2c23bd7f4c125c3aeaed1;p=thirdparty%2Fgnutls.git undefine macro from win32 headers which clashes autogened macros. --- diff --git a/src/common.h b/src/common.h index 2fac7ee513..2f705f1dd0 100644 --- a/src/common.h +++ b/src/common.h @@ -34,6 +34,7 @@ #ifdef _WIN32 #include #include +#undef OCSP_RESPONSE #endif #ifndef __attribute__