Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pavlov <ipavlov@users.sourceforge.net>2015-01-03 03:00:00 +0300
committerKornel LesiƄski <kornel@geekhood.net>2016-05-28 02:16:53 +0300
commit0713a3ab803e57401f18432148b4139e5fe6e5dd (patch)
treeb66fd26676cf817f2bc2a889b6123c00da96d6d0 /CPP/Common/C_FileIO.h
parent7e021179cd9f46b5bf2d48aac84783ff431dd5ac (diff)
9.389.38
Diffstat (limited to 'CPP/Common/C_FileIO.h')
-rw-r--r--CPP/Common/C_FileIO.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/CPP/Common/C_FileIO.h b/CPP/Common/C_FileIO.h
index cb043311..ff4ec162 100644
--- a/CPP/Common/C_FileIO.h
+++ b/CPP/Common/C_FileIO.h
@@ -10,8 +10,10 @@
#include "MyWindows.h"
#ifdef _WIN32
+#ifdef _MSC_VER
typedef size_t ssize_t;
#endif
+#endif
namespace NC {
namespace NFile {