Windows fix: Need to ensure all APIs are forward decl'd with LLDB_API. If not then frontend linker errors appear due to dllexport differences. There may be some others missing, will commit as I find them.

llvm-svn: 206958
This commit is contained in:
Colin Riley 2014-04-23 09:18:30 +00:00
parent 0e55a99c0f
commit 8c3b9ef024
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ class LLDB_API SBStringList;
class LLDB_API SBSymbol;
class LLDB_API SBSymbolContext;
class LLDB_API SBSymbolContextList;
class LLDB_API SBSection;
class LLDB_API SBTarget;
class LLDB_API SBThread;
class LLDB_API SBType;