summarylogtreecommitdiffstats
path: root/gpxlab.diff
blob: ac59f09f7366503ba792bcb9bab0b9926839551e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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 <QHeaderView>
 #include <QDateTime>
 #include "qtablewidgetpoints.h"
-#include "QUtils.h"
+#include "qutils.h"
 #include "pointeditcommand.h"
 
 ////////////////////////////////////////////////////////////////////////////////