summaryrefslogtreecommitdiff
path: root/indra/llvfs/lldir_mac.h
diff options
context:
space:
mode:
authorTofu Buzzard <no-email>2011-03-09 10:56:03 -0800
committerTofu Buzzard <no-email>2011-03-09 10:56:03 -0800
commit63636e8ceabc7487e42427d9a6a83cad5116daa0 (patch)
treee912dda63824af14ea7a53c4e31b9ec22a514b44 /indra/llvfs/lldir_mac.h
parent47f8b357eaa2af76e675c2235a071962f4203b5f (diff)
parent75e938cd75d82fcea7d58c556abf403b3629283e (diff)
merge
Diffstat (limited to 'indra/llvfs/lldir_mac.h')
-rw-r--r--indra/llvfs/lldir_mac.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/llvfs/lldir_mac.h b/indra/llvfs/lldir_mac.h
index 4eac3c3ae6..b456d3afca 100644
--- a/indra/llvfs/lldir_mac.h
+++ b/indra/llvfs/lldir_mac.h
@@ -24,6 +24,10 @@
* $/LicenseInfo$
*/
+#if !LL_DARWIN
+#error This header must not be included when compiling for any target other than Mac OS. Consider including lldir.h instead.
+#endif // !LL_DARWIN
+
#ifndef LL_LLDIR_MAC_H
#define LL_LLDIR_MAC_H
@@ -39,7 +43,7 @@ public:
/*virtual*/ void initAppDirs(const std::string &app_name,
const std::string& app_read_only_data_dir);
-public:
+
virtual S32 deleteFilesInDir(const std::string &dirname, const std::string &mask);
virtual std::string getCurPath();
virtual U32 countFilesInDir(const std::string &dirname, const std::string &mask);