Apply LLDB_API modifier to SBPlatform and SBPlatformShellCommand.

llvm-svn: 237084
This commit is contained in:
Oleksiy Vyalov 2015-05-12 02:04:26 +00:00
parent d8c54724a8
commit 5e30f0e02d
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ namespace lldb {
PlatformConnectOptions *m_opaque_ptr;
};
class SBPlatformShellCommand
class LLDB_API SBPlatformShellCommand
{
public:
SBPlatformShellCommand (const char *shell_command);
@ -104,7 +104,7 @@ namespace lldb {
PlatformShellCommand *m_opaque_ptr;
};
class SBPlatform
class LLDB_API SBPlatform
{
public: