X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib_tchar.h;h=8248d8d953b86c494999d66b7e21ad1f8abdde29;hp=d5a5c66e74012010bbc6d7101e3f63e5cf52faa2;hb=be5acf31aa8292dcd4a2829492faefb0b200d28f;hpb=cc7b6ee47d4037ae8fa11b4c2d5154091d543704 diff --git a/include/wimlib_tchar.h b/include/wimlib_tchar.h index d5a5c66e..8248d8d9 100644 --- a/include/wimlib_tchar.h +++ b/include/wimlib_tchar.h @@ -52,6 +52,7 @@ 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 @@ -109,6 +110,7 @@ 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