X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib_tchar.h;h=c372b820e1cccd2b801915c5bc854b4abaab6654;hb=96c0ef4c9c596b48c4388f5c7a1979531b64cc6d;hp=8248d8d953b86c494999d66b7e21ad1f8abdde29;hpb=c1d980511c9b9e53dec66710904ad8f98bc22809;p=wimlib diff --git a/include/wimlib_tchar.h b/include/wimlib_tchar.h index 8248d8d9..c372b820 100644 --- a/include/wimlib_tchar.h +++ b/include/wimlib_tchar.h @@ -22,6 +22,7 @@ typedef wchar_t tchar; # define tmemcpy wmemcpy # define tmemmove wmemmove # define tmempcpy wmempcpy +# define tstrcat wcscat # define tstrcpy wcscpy # define tprintf wprintf # define tsprintf swprintf @@ -80,6 +81,7 @@ typedef char tchar; # define tmemcpy memcpy # define tmemmove memmove # define tmempcpy mempcpy +# define tstrcat strcat # define tstrcpy strcpy # define tprintf printf # define tsprintf sprintf