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
Reference to DllExport is always removed, which may be unwanted in some situations.
What I would suggest to do is:
Search compilation symbols for DLLEXPORT_PRESERVE, and if it is present, do not remove reference to DllExport, otherwise keep current behavior.
The text was updated successfully, but these errors were encountered:
Reference to DllExport is always removed, which may be unwanted in some situations.
What I would suggest to do is:
Search compilation symbols for
DLLEXPORT_PRESERVE
, and if it is present, do not remove reference to DllExport, otherwise keep current behavior.The text was updated successfully, but these errors were encountered: