summaryrefslogtreecommitdiff
path: root/Src/Zle/zle.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Zle/zle.h')
-rw-r--r--Src/Zle/zle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/zle.h b/Src/Zle/zle.h
index a76d08e2d..3d9f880b0 100644
--- a/Src/Zle/zle.h
+++ b/Src/Zle/zle.h
@@ -30,7 +30,7 @@
#ifdef ZLE_UNICODE_SUPPORT
typedef wchar_t ZLE_CHAR_T;
typedef wchar_t *ZLE_STRING_T;
-typedef int_t ZLE_INT_T;
+typedef wint_t ZLE_INT_T;
#define ZLE_CHAR_SIZE sizeof(wchar_t)
/*