]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3828] #3828 patch
authorFrancis Dupont <fdupont@isc.org>
Tue, 12 May 2015 02:25:35 +0000 (04:25 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 12 May 2015 02:25:35 +0000 (04:25 +0200)
src/lib/dns/rrclass-placeholder.h
src/lib/dns/rrclass.h

index 709057e8189bed1856e6f029c1240d15d725542d..1715fcde1046a1ab092541e559b33f2fca9fc233 100644 (file)
 
 #include <boost/optional.hpp>
 
+#if defined(_WIN32) && defined(IN)
+#undef IN
+#endif
+
 namespace isc {
 namespace util {
 class InputBuffer;
index 9b5fb0281e1f0a1bf25a5c0e9e430f7e12629e36..3311153891f5928596310a0d56595eed79555975 100644 (file)
 
 #include <boost/optional.hpp>
 
+#if defined(_WIN32) && defined(IN)
+#undef IN
+#endif
+
 namespace isc {
 namespace util {
 class InputBuffer;