forked from mirror/openmw-tes3mp
Fix unnecessary include, ssize_t define and use pretty function instead of funcsig for mingw
This commit is contained in:
parent
de247ec94b
commit
c61919501d
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ extern "C"
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef _WIN32
|
#if defined(_WIN32) && !defined(__MINGW32__)
|
||||||
#include <BaseTsd.h>
|
#include <basetsd.h>
|
||||||
|
|
||||||
typedef SSIZE_T ssize_t;
|
typedef SSIZE_T ssize_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue