mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-25 14:41:02 +00:00
no need to export anything if MOMO_BUILD_AS_LIBRARY
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
|
||||
namespace unicorn
|
||||
{
|
||||
#if !MOMO_BUILD_AS_LIBRARY
|
||||
UNICORN_EMULATOR_DLL_STORAGE
|
||||
#endif
|
||||
std::unique_ptr<x64_emulator> create_x64_emulator();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user