X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib_tchar.h;h=d5a5c66e74012010bbc6d7101e3f63e5cf52faa2;hp=b468ef366277151637795d4499be4b55188c092d;hb=cc7b6ee47d4037ae8fa11b4c2d5154091d543704;hpb=a0bee8fd4aed91f2ec4da35077dad47582a12a72 diff --git a/include/wimlib_tchar.h b/include/wimlib_tchar.h index b468ef36..d5a5c66e 100644 --- a/include/wimlib_tchar.h +++ b/include/wimlib_tchar.h @@ -52,7 +52,6 @@ typedef wchar_t tchar; # define tstrerror _wcserror # define taccess _waccess # define tstrdup wcsdup -# define ttempnam _wtempnam # define tgetenv _wgetenv # define totlower(c) towlower((wchar_t)(c)) /* The following "tchar" functions do not have exact wide-character equivalents @@ -110,7 +109,6 @@ typedef char tchar; # define tstrtoul strtoul # define tmkdir mkdir # define tstrdup strdup -# define ttempnam tempnam # define tgetenv getenv # define totlower(c) tolower((unsigned char)(c)) # define TSTRDUP STRDUP