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
Is your feature request related to a problem? Please describe.
Compiling on windows/mingw requires each symbol to be exported, with something like __declspec(dllexport), libraries usually have something like this, example from PHYSFS
Feature Request Template
What is the nature of this request?
Is your feature request related to a problem? Please describe.
Compiling on windows/mingw requires each symbol to be exported, with something like
__declspec(dllexport)
, libraries usually have something like this, example from PHYSFSor at least expose a LIB_DECL, which can be defined by the consumer
Describe the solution you'd like
prefix every function declaration on header.h with CMC_DECL, and have something like the above example on core.h
The text was updated successfully, but these errors were encountered: