aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llplugin
diff options
context:
space:
mode:
authorMcCabe Maxsted2011-03-08 14:57:07 -0700
committerMcCabe Maxsted2011-03-08 14:57:07 -0700
commit17ebfe27a6615541fed0f41bfe1ea70e4e5d4546 (patch)
tree2dfd66ee1e07f45a1cee07b66b566f0c2c18bbb6 /linden/indra/llplugin
parentFixed bug where Windows sometimes didn't do streainreaming audio (failed beca... (diff)
downloadmeta-impy-17ebfe27a6615541fed0f41bfe1ea70e4e5d4546.zip
meta-impy-17ebfe27a6615541fed0f41bfe1ea70e4e5d4546.tar.gz
meta-impy-17ebfe27a6615541fed0f41bfe1ea70e4e5d4546.tar.bz2
meta-impy-17ebfe27a6615541fed0f41bfe1ea70e4e5d4546.tar.xz
Fixed windows compile error
Diffstat (limited to 'linden/indra/llplugin')
-rwxr-xr-xlinden/indra/llplugin/slplugin/slplugin.cpp2
1 files changed, 1 insertions, 1 deletions
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 @@
57//imprudence: or we include lldir, or use apache runtime 57//imprudence: or we include lldir, or use apache runtime
58//though the one is probably bloat and the other we rather want to avoid 58//though the one is probably bloat and the other we rather want to avoid
59#include <stdio.h> // FILENAME_MAX 59#include <stdio.h> // FILENAME_MAX
60#ifdef WINDOWS 60#ifdef LL_WINDOWS
61 #include <direct.h> 61 #include <direct.h>
62 #define getImpruDir _getcwd 62 #define getImpruDir _getcwd
63 #define DIR_DELIMITER "\\" 63 #define DIR_DELIMITER "\\"