aboutsummaryrefslogtreecommitdiff
path: root/CPP/Common/C_FileIO.h
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/Common/C_FileIO.h')
-rw-r--r--[-rwxr-xr-x]CPP/Common/C_FileIO.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/CPP/Common/C_FileIO.h b/CPP/Common/C_FileIO.h
index 3f8cbca..4c400b4 100755..100644
--- a/CPP/Common/C_FileIO.h
+++ b/CPP/Common/C_FileIO.h
@@ -6,9 +6,15 @@
#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 {
namespace NIO {