]> wimlib.net Git - wimlib/blobdiff - include/wimlib_tchar.h
Re-visit SHA-1 code
[wimlib] / include / wimlib_tchar.h
index b468ef366277151637795d4499be4b55188c092d..d5a5c66e74012010bbc6d7101e3f63e5cf52faa2 100644 (file)
@@ -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