summaryrefslogtreecommitdiff
path: root/indra/llvfs/lldir_win32.h
diff options
context:
space:
mode:
authorTofu Buzzard <no-email>2011-03-09 10:55:19 -0800
committerTofu Buzzard <no-email>2011-03-09 10:55:19 -0800
commit75e938cd75d82fcea7d58c556abf403b3629283e (patch)
tree7d3caeea5519dcb914f6219b6b9de85bae67558f /indra/llvfs/lldir_win32.h
parentceb8561e49ace81d39209849a6f8a805d2d9d8ed (diff)
parentc8293e29caf4701f130141a88b90709a09143d4e (diff)
merge
Diffstat (limited to 'indra/llvfs/lldir_win32.h')
-rwxr-xr-xindra/llvfs/lldir_win32.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/llvfs/lldir_win32.h b/indra/llvfs/lldir_win32.h
index 9a07150f0f..b170ebbcd7 100755
--- a/indra/llvfs/lldir_win32.h
+++ b/indra/llvfs/lldir_win32.h
@@ -24,6 +24,10 @@
* $/LicenseInfo$
*/
+#if !LL_WINDOWS
+#error This header must not be included when compiling for any target other than Windows. Consider including lldir.h instead.
+#endif // !LL_WINDOWS
+
#ifndef LL_LLDIR_WIN32_H
#define LL_LLDIR_WIN32_H
@@ -48,7 +52,7 @@ public:
private:
BOOL getNextFileInDir(const llutf16string &dirname, const std::string &mask, std::string &fname);
-
+
void* mDirSearch_h;
llutf16string mCurrentDir;
};