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
OK, I realized that those functions without ENET_API are internal, which makes sense. I am generating bindings for another language and it makes it a bit awkward to do this with internal symbols mixed with the interface.
When building enet as a DLL functions like:
are not being exported because their linkage is not
ENET_API
butextern
.Is there a reason why certain functions are not ENET_API? Thank you :)
The text was updated successfully, but these errors were encountered: