mirror of
https://github.com/crioux/turbo-linecount.git
synced 2024-10-27 17:24:01 +00:00
xfer
This commit is contained in:
parent
012aa4ef97
commit
13607b0743
@ -29,6 +29,8 @@
|
||||
#include<Windows.h>
|
||||
#include<tchar.h>
|
||||
|
||||
typedef errno_t tlc_error_t;
|
||||
|
||||
#elif defined(TLC_COMPATIBLE_UNIX)
|
||||
|
||||
#include<unistd.h>
|
||||
@ -63,7 +65,6 @@ BEGIN_TURBOLINECOUNT_NAMESPACE;
|
||||
typedef std::string tlc_string_t;
|
||||
#endif
|
||||
|
||||
typedef errno_t tlc_error_t;
|
||||
typedef HANDLE tlc_filehandle_t;
|
||||
typedef long long int tlc_fileoffset_t;
|
||||
typedef tlc_fileoffset_t tlc_linecount_t;
|
||||
|
Loading…
Reference in New Issue
Block a user