From 17ebfe27a6615541fed0f41bfe1ea70e4e5d4546 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Tue, 8 Mar 2011 14:57:07 -0700 Subject: Fixed windows compile error --- linden/indra/llplugin/slplugin/slplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linden/indra') diff --git a/linden/indra/llplugin/slplugin/slplugin.cpp b/linden/indra/llplugin/slplugin/slplugin.cpp index 347f1de..4ef24a2 100755 --- a/linden/indra/llplugin/slplugin/slplugin.cpp +++ b/linden/indra/llplugin/slplugin/slplugin.cpp @@ -57,7 +57,7 @@ //imprudence: or we include lldir, or use apache runtime //though the one is probably bloat and the other we rather want to avoid #include // FILENAME_MAX -#ifdef WINDOWS +#ifdef LL_WINDOWS #include #define getImpruDir _getcwd #define DIR_DELIMITER "\\" -- cgit v1.1