diff -Naur GPXLab-0.4.0.orig/GPXLab/gpx_model/actfile.cpp GPXLab-0.4.0/GPXLab/gpx_model/actfile.cpp --- GPXLab-0.4.0.orig/GPXLab/gpx_model/actfile.cpp 2018-06-07 13:24:00.888629018 +0300 +++ GPXLab-0.4.0/GPXLab/gpx_model/actfile.cpp 2018-06-07 13:35:40.088174856 +0300 @@ -25,6 +25,8 @@ #include "uxmlpars.h" } +#define stricmp strcasecmp + #define BUFFER_SIZE 1024 #define MAX_SEGMENTS 1024 diff -Naur GPXLab-0.4.0.orig/GPXLab/gpx_model/gpxfile.cpp GPXLab-0.4.0/GPXLab/gpx_model/gpxfile.cpp --- GPXLab-0.4.0.orig/GPXLab/gpx_model/gpxfile.cpp 2018-06-07 13:24:00.888629018 +0300 +++ GPXLab-0.4.0/GPXLab/gpx_model/gpxfile.cpp 2018-06-07 13:35:40.088174856 +0300 @@ -25,6 +25,8 @@ #include "uxmlpars.h" } +#define stricmp strcasecmp + #define BUFFER_SIZE 1024 #define DEPTH_INDENT 2 diff -Naur GPXLab-0.4.0.orig/GPXLab/widgets/qtablewidgetpoints.cpp GPXLab-0.4.0/GPXLab/widgets/qtablewidgetpoints.cpp --- GPXLab-0.4.0.orig/GPXLab/widgets/qtablewidgetpoints.cpp 2018-06-07 13:24:00.888629018 +0300 +++ GPXLab-0.4.0/GPXLab/widgets/qtablewidgetpoints.cpp 2018-06-07 13:35:59.331680054 +0300 @@ -20,7 +20,7 @@ #include #include #include "qtablewidgetpoints.h" -#include "QUtils.h" +#include "qutils.h" #include "pointeditcommand.h" ////////////////////////////////////////////////////////////////////////////////