From 3a9c182d7fe3fdacf5923e3b1b51456472e60bb1 Mon Sep 17 00:00:00 2001
From: Monty Brandenberg <monty@lindenlab.com>
Date: Sat, 2 Jun 2012 02:22:07 +0000
Subject: [PATCH] Stupid windows tricks.

---
 indra/llcorehttp/bufferarray.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/indra/llcorehttp/bufferarray.cpp b/indra/llcorehttp/bufferarray.cpp
index 47389da0beb..36a8006bceb 100644
--- a/indra/llcorehttp/bufferarray.cpp
+++ b/indra/llcorehttp/bufferarray.cpp
@@ -85,7 +85,9 @@ class BufferArray::Block
 // ==================================
 
 
+#if	! defined(WIN32)
 const size_t BufferArray::BLOCK_ALLOC_SIZE;
+#endif	// ! defined(WIN32)
 
 BufferArray::BufferArray()
 	: LLCoreInt::RefCounted(true),
-- 
GitLab