You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HT_API macros are used for MSVC build, where we either dllexport, or dllimport functions. However, if we use module-definition files (.def), those macros are not needed any more. We can also restore simultaneous static and dll build for the library.
The text was updated successfully, but these errors were encountered:
HT_API
macros are used for MSVC build, where we eitherdllexport
, ordllimport
functions. However, if we use module-definition files (.def), those macros are not needed any more. We can also restore simultaneous static and dll build for the library.The text was updated successfully, but these errors were encountered: