summarylogtreecommitdiffstats
path: root/libspatialite_mingw.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libspatialite_mingw.patch')
-rw-r--r--libspatialite_mingw.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/libspatialite_mingw.patch b/libspatialite_mingw.patch
index 47b1d05670c6..652b7902a86f 100644
--- a/libspatialite_mingw.patch
+++ b/libspatialite_mingw.patch
@@ -10,27 +10,4 @@ diff -rupN --no-dereference libspatialite-5.0.1/configure.ac libspatialite-5.0.1
# Checking for Mac OsX
AM_CONDITIONAL([MACOSX], [test "$target_alias" = "macosx"])
# Checking for Android
-diff -rupN --no-dereference libspatialite-5.0.1/src/gaiageo/gg_shape.c libspatialite-5.0.1-new/src/gaiageo/gg_shape.c
---- libspatialite-5.0.1/src/gaiageo/gg_shape.c 2021-02-07 16:53:46.000000000 +0100
-+++ libspatialite-5.0.1-new/src/gaiageo/gg_shape.c 2021-03-08 08:57:18.485858236 +0100
-@@ -58,7 +58,7 @@ the terms of any one of the MPL, the GPL
- #endif
-
- #ifdef _WIN32
--#include <Windows.h>
-+#include <windows.h>
- #endif
-
- #if OMIT_ICONV == 0 /* if ICONV is disabled no SHP support is available */
-diff -rupN --no-dereference libspatialite-5.0.1/test/scandir4win.h libspatialite-5.0.1-new/test/scandir4win.h
---- libspatialite-5.0.1/test/scandir4win.h 2021-02-07 16:53:47.000000000 +0100
-+++ libspatialite-5.0.1-new/test/scandir4win.h 2021-03-08 08:57:18.485858236 +0100
-@@ -11,7 +11,7 @@ even implied
-
- #ifdef _WIN32
-
--#include <Windows.h>
-+#include <windows.h>
- #include <stdio.h>
- #include <sys/types.h>