summarylogtreecommitdiffstats
path: root/0002-Fix-_SIZE_T_DEFINED-under-mingw-w64.patch
diff options
context:
space:
mode:
authorTilmann Meyer2020-04-17 20:27:08 +0200
committerMartchus2020-04-17 20:27:08 +0200
commita8ca47afc05e9e21a4475ef7c2d9fe0e0d804b56 (patch)
tree4733cb768798333c13f03d53fbbce793ed35d15b /0002-Fix-_SIZE_T_DEFINED-under-mingw-w64.patch
parent92d2542a286542900970585ccf3158d212ba601e (diff)
downloadaur-a8ca47afc05e9e21a4475ef7c2d9fe0e0d804b56.tar.gz
Update to v3.1.7
Diffstat (limited to '0002-Fix-_SIZE_T_DEFINED-under-mingw-w64.patch')
-rw-r--r--0002-Fix-_SIZE_T_DEFINED-under-mingw-w64.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/0002-Fix-_SIZE_T_DEFINED-under-mingw-w64.patch b/0002-Fix-_SIZE_T_DEFINED-under-mingw-w64.patch
deleted file mode 100644
index 71c7708130db..000000000000
--- a/0002-Fix-_SIZE_T_DEFINED-under-mingw-w64.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 61d9463469334dec02e49c37a5710d06278e4682 Mon Sep 17 00:00:00 2001
-From: Martchus <martchus@gmx.net>
-Date: Sat, 17 Sep 2016 16:44:14 +0200
-Subject: [PATCH 2/3] Fix _SIZE_T_DEFINED under mingw-w64
-
----
- include/my_global.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/include/my_global.h b/include/my_global.h
-index e596d45..82a9284 100644
---- a/include/my_global.h
-+++ b/include/my_global.h
-@@ -450,7 +450,7 @@ typedef SOCKET_SIZE_TYPE size_socket;
- #define NO_PISAM /* Not needed anymore */
- #define NO_MISAM /* Not needed anymore */
- #define NO_HASH /* Not needed anymore */
--#ifdef _WIN32
-+#if defined(_WIN32) && !defined(__MINGW32__)
- #define NO_DIR_LIBRARY /* Not standar dir-library */
- #define USE_MY_STAT_STRUCT /* For my_lib */
- #ifdef _MSC_VER
---
-2.13.0
-