mirror of
https://github.com/crioux/turbo-linecount.git
synced 2026-03-02 03:40:07 +00:00
refactor
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user