This commit is contained in:
2025-12-24 14:19:29 +07:00
parent fdfba18bde
commit 674fb07ad3
10 changed files with 11 additions and 14 deletions

View File

@@ -28,6 +28,6 @@ static boost::shared_ptr<Layer> create_unpreferred_plugin() {
}
// Alias cho Boost.DLL (nếu muốn dùng boost::dll::import_alias)
BOOST_DLL_ALIAS(create_unpreferred_plugin, create_unpreferred_layer)
BOOST_DLL_ALIAS(create_unpreferred_plugin, UnPreferredLayer)
}