Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert: mongoose: no declspec(dllimport) for static data
This (partly) reverts 7c5caf6 Static members of a class can be accessed without instantiating the class: https://en.cppreference.com/w/cpp/language/static That is conceptionally different from static data. They require `dllexport`/`dllimport` attributes to be correctly exported from dlls using MSVC.
- Loading branch information