no need to export anything if MOMO_BUILD_AS_LIBRARY

This commit is contained in:
Elias Bachaalany
2025-01-12 11:56:11 -08:00
parent c58abdc5fe
commit 051e7a77a7
2 changed files with 8 additions and 0 deletions

View File

@@ -12,6 +12,8 @@
namespace unicorn
{
#if !MOMO_BUILD_AS_LIBRARY
UNICORN_EMULATOR_DLL_STORAGE
#endif
std::unique_ptr<x64_emulator> create_x64_emulator();
}