summarylogtreecommitdiffstats
path: root/0001-use-namespace.mingw.patch
diff options
context:
space:
mode:
authorBuildTools2015-09-22 11:39:57 -0700
committerBuildTools2015-09-22 11:39:57 -0700
commitb433dbfb3e53e3f968d651acfbd436c7043f3de3 (patch)
treed24e65745f91b65901a74b50e792f7f7e63c4b73 /0001-use-namespace.mingw.patch
downloadaur-b433dbfb3e53e3f968d651acfbd436c7043f3de3.tar.gz
init
Diffstat (limited to '0001-use-namespace.mingw.patch')
-rw-r--r--0001-use-namespace.mingw.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/0001-use-namespace.mingw.patch b/0001-use-namespace.mingw.patch
new file mode 100644
index 000000000000..bb1f411d6475
--- /dev/null
+++ b/0001-use-namespace.mingw.patch
@@ -0,0 +1,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 {
+