tech-radar
tech-radar copied to clipboard
Replace auto-generated wxcharts_export.h with a regular file
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.
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.