diff options
Diffstat (limited to 'linden')
-rwxr-xr-x | linden/indra/llplugin/slplugin/slplugin.cpp | 2 |
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 "\\" |