SVN commit 1216776 by kuemmel: also mingw atof is very slow. M +1 -1 CMakeLists.txt --- branches/work/kst/portto4/kst/cmake/src/datasources/CMakeLists.txt #1216775:1216776 @@ -2,7 +2,7 @@ kst_init_plugin(src/datasources datasource) -if(MSVC) +if(MSVC OR MINGW) add_definitions(-DKST_USE_KST_ATOF) endif()