From 9e2dd02276775d52d8fb1f3399d4669c92d35a38 Mon Sep 17 00:00:00 2001 From: "snappy.mirrorbot@gmail.com" Date: Fri, 15 Apr 2011 22:55:56 +0000 Subject: When including , define WIN32_LEAN_AND_MEAN first, so we won't pull in macro definitions of things like min() and max(), which can conflict with . R=csilvers DELTA=1 (1 added, 0 deleted, 0 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=1485 git-svn-id: http://snappy.googlecode.com/svn/trunk@29 03e5f5b5-db94-4691-08a0-1a8bf15f6143 --- snappy-test.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'snappy-test.cc') diff --git a/snappy-test.cc b/snappy-test.cc index e43a556..b608516 100644 --- a/snappy-test.cc +++ b/snappy-test.cc @@ -31,6 +31,7 @@ #include "snappy-test.h" #ifdef HAVE_WINDOWS_H +#define WIN32_LEAN_AND_MEAN #include #endif -- cgit v1.2.1