ntamas / plfit

Fitting power-law distributions to empirical data, according to the method of Clauset, Shalizi and Newman
GNU General Public License v2.0
47 stars 17 forks source link

Fix compiling with mingw toolchain #44

Closed Biswa96 closed 9 months ago

Biswa96 commented 9 months ago

This replaces _MSC_VER macro with _WIN32 because the former one is defined for Visual Studio platform only.

ntamas commented 9 months ago

Thank you!