X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib_tchar.h;h=5a2038f07508de2904492d1a19f8efc3febf053b;hp=fffcd5c4bf156f568df92f5796e6fed69f0b827d;hb=011502c8756394066172b3164567a8b9835cc280;hpb=5ba1093ddc24f41f2f4179aeb8e2c8e86401af8c;ds=sidebyside diff --git a/include/wimlib_tchar.h b/include/wimlib_tchar.h index fffcd5c4..5a2038f0 100644 --- a/include/wimlib_tchar.h +++ b/include/wimlib_tchar.h @@ -56,7 +56,6 @@ typedef wchar_t tchar; # define tstrerror _wcserror # define taccess _waccess # define tstrdup wcsdup -# define ttempnam _wtempnam # define tgetenv _wgetenv /* The following "tchar" functions do not have exact wide-character equivalents * on Windows so require parameter rearrangement or redirection to a replacement @@ -117,7 +116,6 @@ typedef char tchar; # define tstrtoull strtoull # define tmkdir mkdir # define tstrdup strdup -# define ttempnam tempnam # define tgetenv getenv # define TSTRDUP STRDUP # define tstrerror_r strerror_r