X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib_tchar.h;h=6d81f02270ac4ffe31b9a33d81ccb1fbf3434886;hp=e902fab39a4e2227cb92888a0e0f346f28c5d5c3;hb=d55cda59032e0abe5f71cd6f16ade943d2713fee;hpb=694f1955dc495b72a3232bf870e9839bdeb9bff9;ds=sidebyside diff --git a/include/wimlib_tchar.h b/include/wimlib_tchar.h index e902fab3..6d81f022 100644 --- a/include/wimlib_tchar.h +++ b/include/wimlib_tchar.h @@ -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