mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
Fix unnecessary include, ssize_t define and use pretty function instead of funcsig for mingw
This commit is contained in:
parent
de247ec94b
commit
c61919501d
@ -21,8 +21,8 @@ extern "C"
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <BaseTsd.h>
|
||||
#if defined(_WIN32) && !defined(__MINGW32__)
|
||||
#include <basetsd.h>
|
||||
|
||||
typedef SSIZE_T ssize_t;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user