More MSVC fixes, these were for something I should have known about.

This commit is contained in:
n-a-c-h
2005-06-03 01:48:44 +00:00
parent 09f8eaa625
commit 229c2a85ea

View File

@@ -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