summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-02 20:17:01 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-02 20:17:01 +0100
commitc7b89cd1fc7dd40c72b2c23bd7f4c125c3aeaed1 (patch)
tree62913eae340cace3e595f0c82f193a4561c22369
parentc7e20d396a57201ae1ccab4f6d96a6d7ffcbf55a (diff)
downloadgnutls-c7b89cd1fc7dd40c72b2c23bd7f4c125c3aeaed1.tar.gz
undefine macro from win32 headers which clashes autogened macros.
-rw-r--r--src/common.h1
1 files changed, 1 insertions, 0 deletions
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 <io.h>
#include <winbase.h>
+#undef OCSP_RESPONSE
#endif
#ifndef __attribute__