From 635ab087bc21f361d17cd8eb564c3e0788fa4c76 Mon Sep 17 00:00:00 2001 From: Rene Brun <Rene.Brun@cern.ch> Date: Tue, 17 Nov 2009 11:29:25 +0000 Subject: [PATCH] Fix for windows git-svn-id: http://root.cern.ch/svn/root/trunk@31227 27541ba8-7e3a-0410-8455-c3a389f83636 --- main/src/h2root.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/main/src/h2root.cxx b/main/src/h2root.cxx index feec224c4b0..1c49cb8dd66 100644 --- a/main/src/h2root.cxx +++ b/main/src/h2root.cxx @@ -59,6 +59,7 @@ extern "C" int rzcl[11]; #else // on windows /pawc/ must have the same length as in libPacklib.a !! #define PAWC_SIZE 4000000 +# define bigbuf BIGBUF # define pawc PAWC # define quest QUEST # define hcbits HCBITS -- GitLab