Fixed MSVC not knowing of ssize_t.
This commit is contained in:
@@ -38,6 +38,10 @@ using namespace std;
|
|||||||
#define SLASH_STR "/"
|
#define SLASH_STR "/"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef MSC_VER
|
||||||
|
typedef ssize_t int;
|
||||||
|
#endif
|
||||||
|
|
||||||
#define LINE_LENGTH 2048*10
|
#define LINE_LENGTH 2048*10
|
||||||
char line[LINE_LENGTH];
|
char line[LINE_LENGTH];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user