summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lzma/CPP/Common/C_FileIO.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/lzma/CPP/Common/C_FileIO.h')
-rw-r--r--3rdparty/lzma/CPP/Common/C_FileIO.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/3rdparty/lzma/CPP/Common/C_FileIO.h b/3rdparty/lzma/CPP/Common/C_FileIO.h
index ff7a1a1166a..ff4ec162c59 100644
--- a/3rdparty/lzma/CPP/Common/C_FileIO.h
+++ b/3rdparty/lzma/CPP/Common/C_FileIO.h
@@ -6,12 +6,14 @@
#include <stdio.h>
#include <sys/types.h>
-#include "Types.h"
+#include "MyTypes.h"
#include "MyWindows.h"
#ifdef _WIN32
+#ifdef _MSC_VER
typedef size_t ssize_t;
#endif
+#endif
namespace NC {
namespace NFile {