about summary refs log tree commit diff
path: root/Src/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/system.h')
-rw-r--r--Src/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/system.h b/Src/system.h
index 1dccabda8..65e681771 100644
--- a/Src/system.h
+++ b/Src/system.h
@@ -727,6 +727,7 @@ typedef wchar_t *ZLE_STRING_T;
 #define ZLETAB	L'\t'
 #define ZLENULSTR	L""
 #define ZS_memcpy wmemcpy
+#define ZS_memmove wmemmove
 #define ZC_icntrl iswcntrl
 #else
 typedef int ZLE_CHAR_T;
@@ -738,5 +739,6 @@ typedef unsigned char *ZLE_STRING_T;
 #define ZLETAB	'\t'
 #define ZLENULSTR	""
 #define ZS_memcpy memcpy
+#define ZS_memmove memmove
 #define ZC_icntrl icntrl
 #endif