More MSVC fixes, these were for something I should have known about.
This commit is contained in:
@@ -39,7 +39,8 @@ using namespace std;
|
||||
#endif
|
||||
|
||||
#ifndef __GNUC__ //MSVC
|
||||
typedef ssize_t int;
|
||||
typedef int ssize_t;
|
||||
#define strcasecmp stricmp
|
||||
#endif
|
||||
|
||||
#define LINE_LENGTH 2048*10
|
||||
|
||||
Reference in New Issue
Block a user