From 35596517f203f1c4970413b3b5b2e216b849e462 Mon Sep 17 00:00:00 2001 From: Igor Pavlov Date: Mon, 11 Apr 2011 00:00:00 +0000 Subject: 9.21 --- CPP/Common/C_FileIO.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CPP/Common/C_FileIO.h') diff --git a/CPP/Common/C_FileIO.h b/CPP/Common/C_FileIO.h index 27aa5686..ff7a1a11 100755 --- a/CPP/Common/C_FileIO.h +++ b/CPP/Common/C_FileIO.h @@ -9,6 +9,10 @@ #include "Types.h" #include "MyWindows.h" +#ifdef _WIN32 +typedef size_t ssize_t; +#endif + namespace NC { namespace NFile { namespace NIO { -- cgit v1.2.3