X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib_tchar.h;h=8248d8d953b86c494999d66b7e21ad1f8abdde29;hb=f90b1375dd7d3b64fe823ae693083f82019a02f9;hp=b468ef366277151637795d4499be4b55188c092d;hpb=0f54c853de1450b7487077264f4031c061f3795b;p=wimlib diff --git a/include/wimlib_tchar.h b/include/wimlib_tchar.h index b468ef36..8248d8d9 100644 --- a/include/wimlib_tchar.h +++ b/include/wimlib_tchar.h @@ -52,7 +52,7 @@ typedef wchar_t tchar; # define tstrerror _wcserror # define taccess _waccess # define tstrdup wcsdup -# define ttempnam _wtempnam +# 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 +110,7 @@ typedef char tchar; # define tstrtoul strtoul # define tmkdir mkdir # define tstrdup strdup -# define ttempnam tempnam +# define ttempnam tempnam # define tgetenv getenv # define totlower(c) tolower((unsigned char)(c)) # define TSTRDUP STRDUP