]> wimlib.net Git - wimlib/blobdiff - include/wimlib_tchar.h
mount_image.c: add fallback definitions of RENAME_* constants
[wimlib] / include / wimlib_tchar.h
index 339b46d6bdbdfe40db4d731f2112de7f8f0a3fc4..781f370c7d42760ebb3391ee6adc7b6daea2e702 100644 (file)
@@ -39,6 +39,7 @@ typedef wchar_t tchar;
 #  define tstrchr      wcschr
 #  define tstrpbrk     wcspbrk
 #  define tstrrchr     wcsrchr
+#  define tstrstr      wcsstr
 #  define tstrlen      wcslen
 #  define tmemcmp      wmemcmp
 #  define tstrcasecmp   _wcsicmp
@@ -102,6 +103,7 @@ typedef char tchar;
 #  define tstrchr      strchr
 #  define tstrpbrk     strpbrk
 #  define tstrrchr     strrchr
+#  define tstrstr      strstr
 #  define tstrlen      strlen
 #  define tmemcmp      memcmp
 #  define tstrcasecmp   strcasecmp