]> wimlib.net Git - wimlib/blobdiff - include/wimlib_tchar.h
wimlib-imagex: Support being invoked as wimCOMMAND
[wimlib] / include / wimlib_tchar.h
index 3ec85fc58007002ba70abb32a7f79a96a28fd912..fefaabc491158d345191aba11bfc68905c8b8fe2 100644 (file)
@@ -30,6 +30,7 @@ typedef wchar_t tchar;
 #  define istalpha     iswalpha
 #  define istspace     iswspace
 #  define tstrcmp      wcscmp
+#  define tstrncmp     wcsncmp
 #  define tstrchr      wcschr
 #  define tstrpbrk     wcspbrk
 #  define tstrrchr     wcsrchr
@@ -89,6 +90,7 @@ typedef char tchar;
 #  define istalpha     isalpha
 #  define istspace     isspace
 #  define tstrcmp      strcmp
+#  define tstrncmp     strncmp
 #  define tstrchr      strchr
 #  define tstrpbrk     strpbrk
 #  define tstrrchr     strrchr