This commit is contained in:
Christien Rioux
2015-12-12 12:54:47 -08:00
parent be35934441
commit 1eb296740f
5 changed files with 141 additions and 16 deletions

View File

@@ -52,6 +52,7 @@ typedef off_t LCFILEOFFSET;
#define LCCLOSEFILE(handle) (::close(handle) != -1)
#define LCINVALIDHANDLE -1
#define LCSETREALLASTERROR(err, errstr) { int __err = errno; setLastError(__err, ::strerror(__err)); }
#define _tcsdup strdup
#endif