mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 09:19:41 +00: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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue