X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib_tchar.h;fp=include%2Fwimlib_tchar.h;h=b468ef366277151637795d4499be4b55188c092d;hp=8acaee1e5b6109fc19000a640979ec93a4e10560;hb=0f54c853de1450b7487077264f4031c061f3795b;hpb=59e242481e2f0d31bfe2a8222cbc87741487b2c2 diff --git a/include/wimlib_tchar.h b/include/wimlib_tchar.h index 8acaee1e..b468ef36 100644 --- a/include/wimlib_tchar.h +++ b/include/wimlib_tchar.h @@ -62,7 +62,6 @@ typedef wchar_t tchar; # define tmkdir(path, mode) _wmkdir(path) # define tstrerror_r win32_strerror_r_replacement # define trename win32_rename_replacement -# define ttruncate win32_truncate_replacement # define tglob win32_wglob #else /* __WIN32__ */ /* For non-Windows builds, the "tchar" type will be one byte and will specify a @@ -117,7 +116,6 @@ typedef char tchar; # define TSTRDUP STRDUP # define tstrerror_r strerror_r # define trename rename -# define ttruncate truncate # define taccess access # define tglob glob #endif /* !__WIN32__ */