]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
undefine macro from win32 headers which clashes autogened macros.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 2 Nov 2012 19:17:01 +0000 (20:17 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 2 Nov 2012 19:17:01 +0000 (20:17 +0100)
src/common.h

index 2fac7ee5137831eebe1432b19ade0e816fbda636..2f705f1dd0a1b1a26f164e8eca0fb7aea315dafe 100644 (file)
@@ -34,6 +34,7 @@
 #ifdef _WIN32
 #include <io.h>
 #include <winbase.h>
+#undef OCSP_RESPONSE
 #endif
 
 #ifndef __attribute__