Francis Dupont il y a 10 ans
Parent
commit
39595e60aa
2 fichiers modifiés avec 8 ajouts et 0 suppressions
  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;