]> wimlib.net Git - wimlib/blobdiff - include/wimlib_tchar.h
Improve handling of invalid filenames
[wimlib] / include / wimlib_tchar.h
index e902fab39a4e2227cb92888a0e0f346f28c5d5c3..6d81f02270ac4ffe31b9a33d81ccb1fbf3434886 100644 (file)
@@ -21,6 +21,7 @@ typedef wchar_t tchar;
  * with the "wide-character" functions. */
 #  define tmemchr      wmemchr
 #  define tmemcpy      wmemcpy
+#  define tmempcpy     wmempcpy
 #  define tstrcpy      wcscpy
 #  define tprintf      wprintf
 #  define tsprintf     swprintf
@@ -77,6 +78,7 @@ typedef char tchar;
  * string functions. */
 #  define tmemchr      memchr
 #  define tmemcpy      memcpy
+#  define tmempcpy     mempcpy
 #  define tstrcpy      strcpy
 #  define tprintf      printf
 #  define tsprintf     sprintf