mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- normally mingw will export *all* symbols, but since the ADF library explicitly uses __declspec(dllexport) itself we must do the same otherwise none of our library symbols are exported and linking fails. - update some code style for conversion/ccm