From 13607b0743a7ab8a5bcfd4ab80bf519e9ef0f26e Mon Sep 17 00:00:00 2001 From: Christien Rioux Date: Sat, 12 Dec 2015 19:39:57 -0800 Subject: [PATCH] xfer --- src/turbo_linecount.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;