ssize_t not necessary anymore for MinGW.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1738 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
+1
-3
@@ -59,10 +59,8 @@ int readdir_r(DIR *dirp, struct dirent *entry, struct dirent **result);
|
||||
#endif
|
||||
|
||||
// Some types
|
||||
#ifdef WIN32
|
||||
typedef int ssize_t;
|
||||
#endif
|
||||
#ifdef _MSC_VER
|
||||
typedef int ssize_t;
|
||||
typedef unsigned short mode_t;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user