Updated makefile for VS 2008 + Boost 1.35.
[metaproxy-moved-to-github.git] / src / filter_sru_to_z3950.cpp
index 328188d..72807b0 100644 (file)
@@ -16,6 +16,9 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */
 
+// make std::min actually work on Windows
+#define NOMINMAX 1
+
 #include "config.hpp"
 #include "filter.hpp"
 #include "package.hpp"