Core/Game: Remove some unnecessary export macros

(cherry picked from commit f50c4b71a1)
This commit is contained in:
Naios
2016-05-10 19:22:22 +02:00
parent 7e8808d78c
commit a0dacd90cb
3 changed files with 9 additions and 9 deletions

View File

@@ -239,7 +239,7 @@ public:
}
};
TC_COMMON_API std::shared_ptr<AsyncProcessResult>
std::shared_ptr<AsyncProcessResult>
StartAsyncProcess(std::string executable, std::vector<std::string> args,
std::string logger, std::string input_file, bool secure)
{