From c71e808a36adef2ced44caa03a668296a2e962ca Mon Sep 17 00:00:00 2001
From: Monty Brandenberg <monty@lindenlab.com>
Date: Tue, 12 Jun 2012 19:46:19 -0400
Subject: [PATCH] Really need to figure out the 'static const' problem on
 Windows. For now, workaround...

---
 indra/llcorehttp/_refcounted.cpp | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/indra/llcorehttp/_refcounted.cpp b/indra/llcorehttp/_refcounted.cpp
index 2c132e1b366..11d75fdf97d 100644
--- a/indra/llcorehttp/_refcounted.cpp
+++ b/indra/llcorehttp/_refcounted.cpp
@@ -30,6 +30,12 @@
 namespace LLCoreInt
 {
 
+#if		! defined(WIN32)
+
+const S32 RefCounted::NOT_REF_COUNTED;
+
+#endif	// ! defined(WIN32)
+
 RefCounted::~RefCounted()
 {}
 
-- 
GitLab