19 lines
385 B
Diff
19 lines
385 B
Diff
--- 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 {
|
|
|