mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Game: Remove some unnecessary export macros
(cherry picked from commit f50c4b71a1)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user