diff --git a/src/turbo_linecount.h b/src/turbo_linecount.h index dd83ff2..58c95ea 100644 --- a/src/turbo_linecount.h +++ b/src/turbo_linecount.h @@ -29,6 +29,8 @@ #include #include +typedef errno_t tlc_error_t; + #elif defined(TLC_COMPATIBLE_UNIX) #include @@ -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;