wxIshiko / wxCharts

A library to create charts in wxWidgets applications
https://www.wxishiko.com/wxCharts/
MIT License
131 stars 51 forks source link

Replace auto-generated wxcharts_export.h with a regular file #240

Open xleclercq opened 1 month ago

xleclercq commented 1 month ago

This file is generated by CMake. This is fine when using CMake but it ties the source code to a specific build tool. I think what this file does can also be replaced by a normal file and the use of #ifdef's so it's not worth it.

xleclercq commented 1 month ago

I have isolated the code to dlimpexp.h. I need to change that file so that it doesn't need to rely on wxcharts_export.h.