Browse Source

[3828] #3828 patch

Francis Dupont 10 years ago
parent
commit
39595e60aa
2 changed files with 8 additions and 0 deletions
  1. 4 0
      src/lib/dns/rrclass-placeholder.h
  2. 4 0
      src/lib/dns/rrclass.h

+ 4 - 0
src/lib/dns/rrclass-placeholder.h

@@ -24,6 +24,10 @@
 
 #include <boost/optional.hpp>
 
+#if defined(_WIN32) && defined(IN)
+#undef IN
+#endif
+
 namespace isc {
 namespace util {
 class InputBuffer;

+ 4 - 0
src/lib/dns/rrclass.h

@@ -31,6 +31,10 @@
 
 #include <boost/optional.hpp>
 
+#if defined(_WIN32) && defined(IN)
+#undef IN
+#endif
+
 namespace isc {
 namespace util {
 class InputBuffer;