summarylogtreecommitdiffstats
path: root/0001-use-namespace.mingw.patch
blob: bb1f411d647530d2baae42c5ccf3a45e1386e900 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- aspell-0.60.7-20110707/common/file_util.cpp.orig	2004-11-15 12:29:53.000000000 +0000
+++ aspell-0.60.7-20110707/common/file_util.cpp	2014-02-19 11:11:58.100765300 +0000
@@ -30,6 +30,7 @@
 #  define ACCESS _access
 #  include <windows.h>
 #  include <winbase.h>
+#  include "asc_ctype.hpp"
 
 #else
 
@@ -38,6 +39,7 @@
 
 #endif
 
+using namespace acommon;
 
 namespace acommon {