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
|
#endif
|
||||||
|
|
||||||
#ifndef __GNUC__ //MSVC
|
#ifndef __GNUC__ //MSVC
|
||||||
typedef ssize_t int;
|
typedef int ssize_t;
|
||||||
|
#define strcasecmp stricmp
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define LINE_LENGTH 2048*10
|
#define LINE_LENGTH 2048*10
|
||||||
|
|||||||
Reference in New Issue
Block a user