summary refs log tree commit diff stats
path: root/config-win32.h
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2013-10-01 12:09:17 -0400
committerTingPing <tingping@tingping.se>2013-10-03 16:23:46 -0400
commitf6dd61cb024d34df477db55edf8fc2f560a49480 (patch)
tree1a60d6efe3d19bee3d68a5ac1cdc0dc437a9856a /config-win32.h
parenteb93130cd3a846650dfbb972194190e91564df02 (diff)
Update to gtkspell3's iso code lookup
This no longer requires libxml
so now there is no reason for this to be optional
Diffstat (limited to 'config-win32.h')
-rw-r--r--config-win32.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config-win32.h b/config-win32.h
index af6dcb07..9c7a1a1d 100644
--- a/config-win32.h
+++ b/config-win32.h
@@ -3,9 +3,10 @@
 #define USE_GMODULE
 #define USE_PLUGIN
 #define USE_OPENSSL
-#define USE_SPELL
 #define USE_IPV6
 #define HAVE_ISO_CODES
+#define ISO_CODES_PREFIX ".\\"
+#define ISO_CODES_LOCALEDIR LOCALEDIR
 #define PACKAGE_NAME "hexchat"
 #define PACKAGE_VERSION "2.9.6"
 #define HEXCHATLIBDIR ".\\plugins"