diff options
Diffstat (limited to 'lldb/source/Plugins/ExpressionParser/Clang/ClangHost.h')
-rw-r--r-- | lldb/source/Plugins/ExpressionParser/Clang/ClangHost.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.h index ab75a4334b8..2482d63f5e8 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.h @@ -13,9 +13,9 @@ namespace lldb_private { class FileSpec; -#if defined(__APPLE__) -bool ComputeClangDirectory(FileSpec &lldb_shlib_spec, FileSpec &file_spec, - bool verify); +#if !defined(_WIN32) +bool ComputeClangResourceDirectory(FileSpec &lldb_shlib_spec, + FileSpec &file_spec, bool verify); #endif FileSpec GetClangResourceDir(); |