summaryrefslogtreecommitdiffstats
path: root/external/gpgmepp/w32-build-fixes-2.patch
blob: 09c23c0649d5fd16e7303902819cecd141a2fd19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Avoid MFC dependency - can go with very basic includes instead

--- src/versioninfo.rc.in~	2017-03-28 15:12:30.000000000 +0200
+++ src/versioninfo.rc.in	2017-11-29 04:22:18.607421900 +0100
@@ -14,7 +14,6 @@
 
 #line __LINE__ "versioninfo.rc.in"
 
-#include <afxres.h>
 
 
 VS_VERSION_INFO VERSIONINFO
--- lang/cpp/src/importresult.cpp~	2020-06-11 16:00:46.410830500 +0200
+++ lang/cpp/src/importresult.cpp	2020-06-11 16:00:25.987900000 +0200
@@ -35,7 +35,6 @@
 #include <cstring>
 
 #include <string.h>
-#include <strings.h>
 #include <istream>
 #include <iterator>