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
On current master, you cannot build restbed without exporting any restbed symbol.
This is because __declspec(dllimport) or __declspec(dllexport) is always prepended.
On current master, you cannot build restbed without exporting any restbed symbol.
This is because
__declspec(dllimport)
or__declspec(dllexport)
is always prepended.restbed/source/corvusoft/restbed/request.hpp
Lines 24 to 32 in 0c99284
There is no path to avoid the
__declspec
or the__attribute__((visibility ("default")))
.The text was updated successfully, but these errors were encountered: